mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added missing closing bracket.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@60196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
be6e071b34
commit
3564a46600
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue