philip Thu Feb 20 12:07:22 2003 EDT Modified files: /phpdoc/en language-snippets.ent Log: Added note.no-remote (for functions that only work on local files) Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.39 phpdoc/en/language-snippets.ent:1.40 --- phpdoc/en/language-snippets.ent:1.39 Wed Feb 5 02:08:25 2003 +++ phpdoc/en/language-snippets.ent Thu Feb 20 12:07:22 2003 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.39 $ --> +<!-- $Revision: 1.40 $ --> <!ENTITY warn.experimental '<warning><simpara>This extension is <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension -- @@ -17,10 +17,14 @@ available.</simpara></warning>'> <!ENTITY warn.no-win32-fopen-wrapper '<warning><para>Windows -versions of <literal>PHP</literal> prior to PHP 4.3 do not +versions of <literal>PHP</literal> prior to PHP 4.3.0 do not support accessing remote files via this function, even if <link linkend="ini.allow-url-fopen">allow_url_fopen</link> is enabled. </para></warning>'> + +<!ENTITY note.no-remote '<note><simpara>This function will not work on +<link linkend="features.remote-files">remote files</link> as the file to +be examined must be accessible via the servers filesystem.</simpara></note>'> <!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs its result directly to the browser, you can use the <link
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php