php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14509 Strange default of safe_mode_exec_dir
Submitted: 2001-12-14 05:14 UTC Modified: 2001-12-14 09:19 UTC
From: cech at debian dot org Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.1.0RC1 OS: Debian
Private report: No CVE-ID: None
 [2001-12-14 05:14 UTC] cech at debian dot org
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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-14 09:19 UTC] sander@php.net
Submitted twice -> bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 18:01:28 2024 UTC