ID: 14509 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Duplicate Status: Bogus Bug Type: PHP options/info functions Operating System: Debian PHP Version: 4.1.0RC1 New Comment:
Submitted twice -> bogus Previous Comments: ------------------------------------------------------------------------ [2001-12-14 05:14:20] [EMAIL PROTECTED] The default for safe_mode_exec_dir is "1". Why? It's hardwired into the source. You cannot override it with --with-exec-dir - this sets PHP_SAFE_MODE_EXEC_DIR and main/main.c has a test for SAFE_MODE_EXEC_DIR, but that's not used anywhere. Proposed fix is to change main/main.c with s/SAVE_MODE_EXEC_DIR/PHP_SAFE_MODE_EXEC_DIR/ and chaning the dafault to use this macro ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14509&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]