diff --git a/functions/info.xml b/functions/info.xml index 357eaf8d0c..09004a6975 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP options & information PHP options/info @@ -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. + + + Files included using the auto_prepend_file + configuration directive are not included in the returned array. + + <function>get_included_files</function> Example