|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-03 15:36 UTC] rasmus@php.net
[2002-09-03 20:23 UTC] roland at astrofoto dot org
[2002-09-04 05:09 UTC] sniper@php.net
[2002-09-04 08:38 UTC] roland at astrofoto dot org
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 13:00:01 2025 UTC |
safe_mode is documented to default to "off". However, after an upgrade from PHP 4.1.2 to 4.2.2, a call to fopen ("/tmp/mkimg.log", "a"); began to fail. In order to correct the problem, I had to add a line php_admin_value safe_mode off to my Apache configuration. Note that this is Apache 1.3.22. The webserver is an Apache virtual host distinguished by IP address.