get_included_files: document that auto_prepend_file isn't included

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66645 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-01-02 00:58:00 +00:00
parent ce96635a58
commit c9d8e4f46b

View file

@ -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 @@ print_r (get_extension_funcs ("gd"));
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>