cortesi Tue Sep 24 17:36:47 2002 EDT
Modified files:
/phpdoc/en/features remote-files.xml
Log:
php.ini entity and comma
Index: phpdoc/en/features/remote-files.xml
diff -u phpdoc/en/features/remote-files.xml:1.19
phpdoc/en/features/remote-files.xml:1.20
--- phpdoc/en/features/remote-files.xml:1.19 Sun Aug 11 07:01:18 2002
+++ phpdoc/en/features/remote-files.xml Tue Sep 24 17:36:47 2002
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<chapter id="features.remote-files">
<title>Using remote files</title>
<para>
As long as <parameter>allow_url_fopen</parameter> is enabled in
- php.ini, you can use HTTP and FTP URLs with most of the functions
+ &php.ini;, you can use HTTP and FTP URLs with most of the functions
that take a filename as a parameter. In addition, URLs can be
used with the <function>include</function>,
<function>include_once</function>, <function>require</function> and
@@ -24,7 +24,7 @@
The Windows version of <literal>PHP</literal> currently does not support
remote file accessing for the following functions:
<function>include</function>, <function>include_once</function>,
- <function>require</function> and <function>require_once</function>.
+ <function>require</function>, and <function>require_once</function>.
</para>
</note>
</para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php