I have a general question about Servers with PHP
I see more and more servers offering PHP these days. I am interested in one particular compilation feature Mcrypt. Would you say as a general rule that most servers compile PHP with Mcrypt included and if so, in what percentages world wide? Does it matter what type of server either or just that PHP is available?I ask because I have a new script that depends on Mcrypt being part and parcel of PHP on a client's server. If there is a high degree of confidence that they have probably compiled with Mcrypt, then I do not have much to worry about, but if not, I need to know. Information about it is not easily available as with Perl modules or is their a simple script to run to check before hand? This is a major question for me as my script is written in PHP to take advantage of Mcrypt and server-side resources.
I would appreciate any and all suggestions and thoughts.