ID:               41123
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tschmieder at bitworks dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         Unknown/Other Function
 Operating System: Debian 4.0
 PHP Version:      5.2.1
 New Comment:

Please upgrade to 5.2.1 first.


Previous Comments:
------------------------------------------------------------------------

[2007-04-17 14:28:51] tschmieder at bitworks dot de

Description:
------------
VERSION is 5.2.0-8etch1 distributed with debian 4.0!


After switching in php.ini to

  register_long_arrays = off

not still the HTTP_*_VARS vanished, but also the $_SERVER disappeared

Reproduce code:
---------------
switch off in ini register_long_arrays


Use either

  <?php   ### get_globals.php ###

     echo "<pre>\n";
     print_r($GLOBALS);
     echo "<pre>\n";

  ?>

or

  <?php   ### get_globals.php ###

     echo "<pre>\n";
     print_r($GLOBALS);
     print_r($_SERVER);
     echo "<pre>\n";
   
   ?>


The different behavior seams mystical.




Expected result:
----------------
please try yourself

Actual result:
--------------
please try yourself


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41123&edit=1

Reply via email to