|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-05-26 12:24 UTC] jcelle at adeolis dot com
I needed the register_globals turned on to run some ancient scripts. Even though phpinfo() reports that register_globasl is set to 'On' the variables are never created. $_GET array also seems empty (it's the one who should hold my variables). A workaround is to switch to a previous version of PHP like 4.1.1. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 02:00:01 2025 UTC |
the bugs i see: 1) it's $_GET, not $_get 2) it's register_globals, not record_globals 3) this is bound to be a pilot error. can you please: a) make sure you have only one php4ts.dll in your system b) the right php.ini is used c) provide a short self-contained script complete with your php.ini *MINUS* comments? d) output of phpinfo() stripped off of any html (lynx -dump et. al. come to mind)