philip          Wed Jan 22 02:02:19 2003 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  Fix some ini ids (they should begin with ini.)
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.90 phpdoc/en/chapters/config.xml:1.91
--- phpdoc/en/chapters/config.xml:1.90  Tue Jan 21 04:17:48 2003
+++ phpdoc/en/chapters/config.xml       Wed Jan 22 02:02:19 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.90 $ -->
+<!-- $Revision: 1.91 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -403,7 +403,7 @@
       </varlistentry>
 
 
-      <varlistentry id="allow-call-time-pass-reference">
+      <varlistentry id="ini.allow-call-time-pass-reference">
        <term>
         <parameter>allow_call_time_pass_reference</parameter>
         <type>boolean</type>
@@ -426,7 +426,7 @@
        </listitem>
       </varlistentry>
 
-      <varlistentry id="expose-php">
+      <varlistentry id="ini.expose-php">
        <term>
         <parameter>expose_php</parameter>
         <type>boolean</type>
@@ -620,7 +620,7 @@
        </listitem>
       </varlistentry>
 
-      <varlistentry id="arg-separator.input">
+      <varlistentry id="ini.arg-separator.input">
        <term>
         <parameter>arg_separator.input</parameter>
         <type>string</type>
@@ -1063,7 +1063,7 @@
        </listitem>
       </varlistentry>
 
-      <varlistentry id="fastcgi.impersonate">
+      <varlistentry id="ini.fastcgi.impersonate">
        <term>
         <parameter>fastcgi.impersonate</parameter>
         <type>string</type>



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

Reply via email to