reference/json/setup.xml
e7ae971d849f68cf7c3628a9c652b1b641b6ef1c
...
...
@@ -6,21 +6,24 @@
6
6

7
7
<section xml:id="json.requirements">
8
8
&reftitle.required;
9
+
&no.install;
10
+
</section>
11
+

12
+
<section xml:id="json.installation">
13
+
&reftitle.install;
9
14
<para>
10
-
As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by
15
+
The JSON extension is bundled and compiled into PHP by
11
16
default.
12
17
</para>
13
18
<para>
19
+
As of PHP 8.0.0, the JSON extension is a core PHP extension, so it is always enabled.
20
+
</para>
21
+
<para>
14
22
&pecl.info;
15
23
<link xlink:href="&url.pecl.package;json">&url.pecl.package;json</link>
16
24
</para>
17
25
</section>
18
26

19
-
<section xml:id="json.installation">
20
-
&reftitle.install;
21
-
&no.install;
22
-
</section>
23
-

24
27
<section xml:id="json.configuration">
25
28
&reftitle.runtime;
26
29
&no.config;
27
30