php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7421 safe mode flags in ./configure not used
Submitted: 2000-10-24 04:17 UTC Modified: 2000-11-28 07:02 UTC
From: goudal at enserb dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.3pl1 OS: Solaris7 sparc
Private report: No CVE-ID: None
 [2000-10-24 04:17 UTC] goudal at enserb dot fr
Compiling and installing as apache module on a sparc solaris7 system
 ./configure  --with-apxs=/opt/apache_1.3.11SSL/bin/apxs --enable-versioning --with-mysql=/opt/mysql-3.22.32/ --enable-track-vars --prefix=/opt/php-4.0.3 --enable-safe-mode --with-exec-dir=/opt/php-4.0.3/exec/ --with-config-file-path=/opt/php-4.0.3/conf/

Configuration log says :
checking whether to enable safe mode by default... yes
checking for safe mode exec dir... /opt/php-4.0.3/exec/

running phpinfo() says :
safe_mode                      Off                                Off
 safe_mode_exec_dir         1                                   1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-28 07:02 UTC] sniper@php.net
Try deleting php.ini from the path you have
configured it to be in, restart apache and
try phpinfo() again. php.ini overrides any
option set in configure.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 20:01:33 2024 UTC