php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28855 ini_set docs wrong for safe_mode
Submitted: 2004-06-20 19:31 UTC Modified: 2004-06-20 20:07 UTC
From: holliwell at gmx dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.6 OS: Linux 2.4.26
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: holliwell at gmx dot net
New email:
PHP Version: OS:

 

 [2004-06-20 19:31 UTC] holliwell at gmx dot net
Description:
------------
Hi, 
http://www.php.net/manual/en/function.ini-set.php says 
safe_mode is only changeable in php.ini, 
http://www.php.net/manual/en/features.safe-mode.php 
says it is PHP_INI_SYSTEM. 
 
ini_set docs for safe_mode are wrong, safe_mode could  be 
set in httpd.conf via 
php_admin_flag safe_mode 0ff 
 
At least with 4.3.6 and apache 1.3.x 
 
Regards 
Friedhelm Betz 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-20 20:07 UTC] nlopess@php.net
This was a problem in my script (because I thought safe mode could be only set in php.ini).
It's now fixed!
 [2020-02-07 06:12 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=956a0e9c2df2a923c1fd9062edb57b11de97f8a0
Log: fix #28855
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 15:00:02 2025 UTC