slawek Thu Oct 18 18:23:56 2001 EDT
Modified files:
/phpdoc/en/features remote-files.xml
Log:
Added missing closing bracket.
Index: phpdoc/en/features/remote-files.xml
diff -u phpdoc/en/features/remote-files.xml:1.10
phpdoc/en/features/remote-files.xml:1.11
--- phpdoc/en/features/remote-files.xml:1.10 Fri Sep 21 18:47:32 2001
+++ phpdoc/en/features/remote-files.xml Thu Oct 18 18:23:56 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<chapter id="features.remote-files">
<title>Using remote files</title>
@@ -8,7 +8,7 @@
you configure PHP (which it is unless you explicitly pass the
<option>--disable-url-fopen-wrapper</option> flag to configure (for versions
up to 4.0.3) or set <parameter>allow_url_fopen</parameter> to off in php.ini
- (for newer versions),
+ (for newer versions)),
you can use HTTP and FTP URLs with most functions that take a
filename as a parameter, including the <function>require</function>
and <function>include</function> statements.