goba            Sat Oct 26 11:41:00 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
  Log:
  Corercting entity errors reported by xsltproc
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.79 phpdoc/en/chapters/config.xml:1.80
--- phpdoc/en/chapters/config.xml:1.79  Sun Sep 29 20:09:42 2002
+++ phpdoc/en/chapters/config.xml       Sat Oct 26 11:41:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.79 $ -->
+<!-- $Revision: 1.80 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -490,12 +490,12 @@
         </row>
         <row>
          <entry>arg_separator.output</entry>
-         <entry>"&"</entry>
+         <entry>"&amp;"</entry>
          <entry>PHP_INI_ALL</entry>
         </row>
         <row>
          <entry>arg_separator.input</entry>
-         <entry>"&"</entry>
+         <entry>"&amp;"</entry>
          <entry>PHP_INI_SYSTEM|PHP_INI_PERDIR</entry>
         </row>
         <row>



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

Reply via email to