mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Promote allow_url_include
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247521 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4285f3e39a
commit
c678fe23e5
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<chapter xml:id="features.remote-files" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Using remote files</title>
|
||||
|
||||
|
@ -10,7 +10,8 @@
|
|||
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
|
||||
<function>require_once</function> statements.
|
||||
<function>require_once</function> statements (since PHP 5.2.0,
|
||||
(<option>allow_url_include</option> must be enabled for these).
|
||||
See <xref linkend="wrappers"/> for more information about the protocols
|
||||
supported by PHP.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue