Hi,
Here's the situation I'm looking at. I want to run two different configurations of PHP (both need to be DSO), one that has certain functions removed (via the disable_functions line in the php.ini file) and one that has everything available.
The clincher is that I want to run this under the same install of Apache.
Does anyone know how to (or if it is even possible to):
1) Run two versions of PHP accessible from one install of Apache, and some how setup Apache to invoke different versions of PHP (prerably by using a specified directory for calling scripts with the full blown php).
2)Somehow configure PHP to only block out certain functions based on where the script is called from?
Or, if anyone else has gotten this type of configuration working