We're running apache 2.2 and php 5.2. We have 2 virtualhosts set up in httpd.conf. We need one to have access to fopen, and one not to. I can't seem to figure out a way to do this. Any ideas? I tried creating 2 php.ini's and setting SetEnv PHPRC for each virtualhost, but that doesn't seem to have worked. I also tried enabling fopen via htaccess for one of the virtualhosts, but that also didn't work.
To add to this - we used to use php_admin_value disable_functions, but you can no longer set that function in httpd.conf since php 5.