reference/json/setup.xml
e7ae971d849f68cf7c3628a9c652b1b641b6ef1c
...
...
@@ -12,10 +12,13 @@
12
12
<section xml:id="json.installation">
13
13
&reftitle.install;
14
14
<para>
15
-
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
16
16
default.
17
17
</para>
18
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>
19
22
&pecl.info;
20
23
<link xlink:href="&url.pecl.package;json">&url.pecl.package;json</link>
21
24
</para>
22
25