reference/json/setup.xml
48ce43fe79fa0c9f31f187ea8ec995b4cb13037e
...
...
@@ -4,33 +4,21 @@
4
4
<chapter xml:id="json.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
&reftitle.setup;
6
6

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

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

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

29
-
<section xml:id="json.resources">
30
-
&reftitle.resources;
31
-
&no.resource;
32
-
</section>
33
-

34
22
</chapter>
35
23

36
24
<!-- Keep this comment at the end of the file
37
25