I've been trying to smoke out some problems with APC under high load.
We're using PHP 4.4.6 and APC 3.0.13. We are finding loads of this in
our error log:
realpath failed to canonicalize PEAR.php - bailing
I know APC prefers you to use absolute paths but lots of PEAR modules
just do require_once('PEAR.php')
Why does this realpath error occur? Why is realpath being used?
According to the manpage, it says "Do not use this function."
-jsd-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php