|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-17 20:01 UTC] moron at industrial dot org
[2003-05-14 07:31 UTC] nickyboy at 4ce dot co dot uk
[2003-09-10 09:11 UTC] tim at timj dot co dot uk
[2004-07-27 19:26 UTC] vrana@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 21:00:02 2025 UTC |
This bug report is where we list quirks, concerns, BC breaks, uses, and general gotchas that stem from either safe mode or open_basedir. Information that everyone from sysadmin's to newbie users should know. For example, a potential safe_mode gotcha: - As of PHP 4.3.0, the PHP_AUTH_* variables are NOT available in PHP when both an external auth mechanism exists and PHP is in safe mode. Note: REMOTE_USER is available regardless. There are others that belong in this bug report and eventually in the docs. Regarding open_basedir, there is a recent (4.3.0) PHP change regarding both upload_dir and include_path but I'm not sure what they are exactly ... hopefully this bug report will know soon ;) And there are others. open_basedir and safe mode are documented here: - phpdoc/{lang}/features/safe-mode.xml