From: b dot jacques at planet dot nl Operating system: GNU/Linux (Red Hat Linux 9) PHP version: 4.4.1 PHP Bug Type: Safe Mode/open_basedir Bug description: safe_mode_include_dir should default to /path/to/php/pear
Description: ------------ The PHP include_path configuration directive defaults to ".;/path/to/php/pear". safe_mode_include_dir defaults to NULL. This means that, in order to use PEAR on a PHP installation where safe mode is enabled, extra configuration is necessary. This can be avoided by defaulting safe_mode_include_dir to /path/to/php/pear. -- Edit bug report at http://bugs.php.net/?id=35524&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=35524&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=35524&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=35524&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=35524&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35524&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35524&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35524&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35524&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35524&r=support Expected behavior: http://bugs.php.net/fix.php?id=35524&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35524&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35524&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35524&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35524&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35524&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35524&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35524&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35524&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35524&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35524&r=mysqlcfg
