I have 2 different PHP installs, each are slightly different versions, and
each have different open_basedir restictions.
I have a PHP script that fails on ONE of the installs but NOT the other.
The line that fails is $foo = file_exists("/proc/loadavg");
What I don't understand is why one script fails, yet the other does not
because NEITHER have /proc in the open_basedir path.
What could be different about the PHP configs that makes one report a PHP
warning, yet the other does not?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php