colder Fri Feb 9 15:56:07 2007 UTC
Modified files: /phpdoc/en/appendices ini.xml Log: - there is no fopen_with_path function - complete the list of functions that supports include_path http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/ini.xml?r1=1.47&r2=1.48&diff_format=u Index: phpdoc/en/appendices/ini.xml diff -u phpdoc/en/appendices/ini.xml:1.47 phpdoc/en/appendices/ini.xml:1.48 --- phpdoc/en/appendices/ini.xml:1.47 Mon Feb 5 18:03:10 2007 +++ phpdoc/en/appendices/ini.xml Fri Feb 9 15:56:07 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.47 $ --> +<!-- $Revision: 1.48 $ --> <appendix id="ini"> <title>&php.ini; directives</title> @@ -3502,11 +3502,12 @@ <listitem> <para> Specifies a list of directories where the - <function>require</function>, <function>include</function> - and <function>fopen_with_path</function> functions look for - files. The format is like the system's <envar>PATH</envar> - environment variable: a list of directories separated with a - colon in Unix or semicolon in Windows. + <function>require</function>, <function>include</function>, + <function>fopen</function>, <function>file</function>, + <function>readfile</function> and <function>file_get_contents</function> + functions look for files. The format is like the system's + <envar>PATH</envar> environment variable: a list of directories + separated with a colon in Unix or semicolon in Windows. </para> <para> <example>