philip          Mon Jul  8 02:31:59 2002 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions ini-set.xml 
  Log:
  register_globals can't really be set by USER with ini_set().
  
  
Index: phpdoc/en/reference/info/functions/ini-set.xml
diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.12 
phpdoc/en/reference/info/functions/ini-set.xml:1.13
--- phpdoc/en/reference/info/functions/ini-set.xml:1.12 Tue Jun 18 08:06:10 2002
+++ phpdoc/en/reference/info/functions/ini-set.xml      Mon Jul  8 02:31:58 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.23 -->
   <refentry id="function.ini-set">
    <refnamediv>
@@ -975,7 +975,7 @@
           <row>
            <entry>register_globals</entry>
            <entry>"0"</entry>
-           <entry>PHP_INI_ALL</entry>
+           <entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
           </row>
           <row>
            <entry>safe_mode</entry>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to