vrana           Fri Mar 25 09:07:00 2005 EDT

  Modified files:              
    /phpdoc/en/faq      misc.xml 
  Log:
  Impossible to ini_set('register_globals') (bug #32453 again)
  
http://cvs.php.net/diff.php/phpdoc/en/faq/misc.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/faq/misc.xml
diff -u phpdoc/en/faq/misc.xml:1.23 phpdoc/en/faq/misc.xml:1.24
--- phpdoc/en/faq/misc.xml:1.23 Fri Mar 25 07:41:08 2005
+++ phpdoc/en/faq/misc.xml      Fri Mar 25 09:07:00 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <chapter id="faq.misc">
   <title>Miscellaneous Questions</title>
   <titleabbrev>Miscellaneous Questions</titleabbrev>
@@ -141,8 +141,6 @@
     foreach ($superglobals as $superglobal) {
         extract($superglobal, EXTR_SKIP);
     }
-    // tell the rest of the script that globals are registered
-    ini_set('register_globals', true);
 }
 ?>
 ]]>
@@ -165,8 +163,6 @@
             unset($GLOBALS[$global]);
         }
     }
-    // tell the rest of the script that globals are not registered
-    ini_set('register_globals', false);
 }
 ?>
 ]]>

Reply via email to