jimw            Tue Jan  1 19:58:00 2002 EDT

  Modified files:              
    /phpdoc/en/functions        info.xml 
  Log:
  get_included_files: document that auto_prepend_file isn't included
  
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.82 phpdoc/en/functions/info.xml:1.83
--- phpdoc/en/functions/info.xml:1.82   Tue Jan  1 19:52:22 2002
+++ phpdoc/en/functions/info.xml        Tue Jan  1 19:58:00 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.82 $ -->
+<!-- $Revision: 1.83 $ -->
  <reference id="ref.info">
   <title>PHP options &amp; information</title>
   <titleabbrev>PHP options/info</titleabbrev>
@@ -488,6 +488,12 @@
      Files that are included or required multiple times only show up
      once in the returned array.
     </para>
+    <note>
+     <para>
+      Files included using the <literal>auto_prepend_file</literal>
+      configuration directive are not included in the returned array.
+     </para>
+    </note>
     <para>
      <example>
       <title><function>get_included_files</function> Example</title>


Reply via email to