language/wrappers/data.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="wrappers.data" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="wrappers.data" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>data://</refname>
7
7
<refpurpose>Data (RFC 2397)</refpurpose>
...
...
@@ -10,8 +10,9 @@
10
10
<refsect1 role="description"><!-- {{{ -->
11
11
&reftitle.description;
12
12
<para>
13
+
<!-- TODO Proper description -->
13
14
The <filename>data:</filename> (<link xlink:href="&url.rfc;2397">RFC
14
-
2397</link>) stream wrapper is available since PHP 5.2.0.
15
+
2397</link>) stream wrapper.
15
16
</para>
16
17
</refsect1><!-- }}} -->
17
18

...
...
@@ -37,7 +38,7 @@
37
38
<tbody>
38
39
<row>
39
40
<entry>Restricted by <link linkend="ini.allow-url-fopen">allow_url_fopen</link></entry>
40
-
<entry>No</entry>
41
+
<entry>Yes</entry>
41
42
</row>
42
43
<row>
43
44
<entry>Restricted by <link linkend="ini.allow-url-include">allow_url_include</link></entry>
44
45