|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-10-04 09:14 UTC] sniper@php.net
  [2001-10-04 09:58 UTC] marco at starfarm dot it
  [2001-10-04 10:16 UTC] sniper@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 13:00:01 2025 UTC | 
All the PHP variables do not have the name HTTP_*_VARS, where * = {GET,POST,ENV,SERVER,COOKIE} They have a short name like: _GET["... _POST["... and so on Main settings of the php.ini are: gpc_order = GPC register_argc_argv = Off register_globals = Off safe_mode = Off variables_order = EGPCS I am running Apache 1.3.20. The PHP I have tried so far are 4.0.7RC1 and 4.0.8-dev (I cannot use the 4.0.6 because of the bug http://bugs.php.net/bug.php?id=11776) A very simple phpinfo() shows all the variables in the last table with the "short version" of their name... Regards, Marco