reference/xmlwriter/setup.xml
8cdc6621f9826d04abc3e50438c010804d7e8683
...
...
@@ -15,11 +15,7 @@
15
15
<section xml:id="xmlwriter.installation">
16
16
&reftitle.install;
17
17
<para>
18
-
The XMLWriter extension was initially a PECL extension for PHP 5. It
19
-
was later added to the PHP source (bundled) as of PHP 5.1.2. This
20
-
extension is enabled by default.
21
-
</para>
22
-
<para>
18
+
The XMLWriter ships with PHP source.
23
19
&installation.enabled.disable;
24
20
<option role="configure">--disable-xmlwriter</option>
25
21
</para>
...
...
@@ -37,7 +33,7 @@
37
33
<section xml:id="xmlwriter.resources">
38
34
&reftitle.resources;
39
35
<para>
40
-
There is one resource used by the procedural version of the XMLWriter
36
+
Prior to PHP 8.0.0, there was one resource type used by the procedural version of the XMLWriter
41
37
extension: returned by <function>xmlwriter_open_memory</function> or
42
38
<function>xmlwriter_open_uri</function>.
43
39
</para>
44
40