|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-14 12:43 UTC] goba@php.net
[2002-12-14 13:40 UTC] goba@php.net
[2003-01-02 15:28 UTC] goba@php.net
[2003-08-09 12:10 UTC] goba@php.net
[2003-08-11 05:01 UTC] toni dot viemero at iki dot fi
[2003-08-16 07:48 UTC] goba@php.net
[2006-02-20 23:37 UTC] ludvig dot ericson at gmail dot com
[2007-01-02 15:57 UTC] bjori@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jun 19 06:00:02 2026 UTC |
At least on the following documents giver errors running phpweb register_globals off: include/site.inc downloads.php error/index.php $REMOTE_HOST, $DOCUMENT_ROOT, $SERVER_NAME etc. should be replaced with $_SERVER["..."] etc. Or change mirroring.php to indicate this for future mirrors ("php_value register_globals on" in virtualhost config). Surfing phpweb with error_reporting(E_ALL) errors too like this one: Use of undefined constant NO_BASE - assumed 'NO_BASE' in search.php on line 15. IMHO PHP.net website should represent itself as somehow working example of "error-free" (as in site works perfectly without needing to go backwards compatible from present php.ini default values) php coding :)