[DOC-CVS] [doc-en] master: Remove paragraph indicating ext/json was a PECL extension in PHP 5
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-09T01:35:20Z
Commit: https://github.com/php/doc-en/commit/2b5015d025e2b72b2a4dd894323961626872cac7
Raw diff: https://github.com/php/doc-en/commit/2b5015d025e2b72b2a4dd894323961626872cac7.diff
Remove paragraph indicating ext/json was a PECL extension in PHP 5
As we don't document PHP 5 any more
Changed paths:
M reference/json/setup.xml
Diff:
diff --git a/reference/json/setup.xml b/reference/json/setup.xml
index 0cc36aa19ed3..f124f071b01a 100644
--- a/reference/json/setup.xml
+++ b/reference/json/setup.xml
@@ -13,10 +13,6 @@
Prior to PHP 8.0.0, the JSON extension was bundled and compiled into PHP by
default, but could be explicitly disabled using <option role="configure">--disable-json</option>.
</para>
- <para>
- Prior to 5.2.0, the JSON extension was installed as a
- <link xlink:href="&url.pecl.package;json">PECL module</link>.
- </para>
</section>
</chapter>