reference/json/book.xml
68c2c871505aadf983f16113c5b077b335ce8d76
...
...
@@ -2,7 +2,7 @@
2
2
<!-- $Revision$ -->
3
3

4
4
<book xml:id="book.json" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
-
<?phpdoc extension-membership="bundled" ?>
5
+
<?phpdoc extension-membership="core" ?>
6
6
<title>JavaScript Object Notation</title>
7
7
<titleabbrev>JSON</titleabbrev>
8
8

...
...
@@ -11,9 +11,8 @@
11
11
<para>
12
12
This extension implements the <link
13
13
xlink:href="&url.json;">JavaScript Object Notation (JSON)</link>
14
-
data-interchange format. The decoding in PHP 5 is handled by a parser based on
15
-
the JSON_checker by Douglas Crockford. PHP 7 comes with a completely new and
16
-
improved parser that is specifically written for PHP and licensed under the
14
+
data-interchange format. PHP comes with a parser
15
+
that is specifically written for PHP and licensed under the
17
16
PHP license.
18
17
</para>
19
18
&json.implementation.superset;
20
19