vrana           Thu Aug 16 13:25:13 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  auto_(ap|pre)pend_file use require (bug #41816)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.58&r2=1.59&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.58 phpdoc/en/appendices/ini.xml:1.59
--- phpdoc/en/appendices/ini.xml:1.58   Mon Jun 25 22:59:27 2007
+++ phpdoc/en/appendices/ini.xml        Thu Aug 16 13:25:12 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.58 $ -->
+<!-- $Revision: 1.59 $ -->
 
 <appendix xml:id="ini" xmlns="http://docbook.org/ns/docbook"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
  <title>&php.ini; directives</title>
@@ -3355,7 +3355,7 @@
         <para>
          Specifies the name of a file that is automatically parsed
          before the main file.  The file is included as if it was
-         called with the <function>include</function> function, so
+         called with the <function>require</function> function, so
          <link linkend="ini.include-path">include_path</link> is used.</para>
         <para>
          The special value <literal>none</literal>
@@ -3373,7 +3373,7 @@
         <para>
          Specifies the name of a file that is automatically parsed
          after the main file.  The file is included as if it was
-         called with the <function>include</function> function, so
+         called with the <function>require</function> function, so
          <link linkend="ini.include-path">include_path</link> is used.</para>
         <para>
          The special value <literal>none</literal>

Reply via email to