From 41bd6175e55ea58bec937f0165900e0ded032c92 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 23 Dec 2007 20:45:22 +0000 Subject: [PATCH] MFB: Upgrade to the new-reference-structure - (Created missing setup sections in setup.xml, if any) - Moved the intro to book.xml - Changed the intro ID from .intro to intro. - Added empty constants appendix - Moved the requirements section to setup.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248855 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/json/book.xml | 45 +++++++++++++++++++++++++++++ reference/json/constants.xml | 29 +++++++++++++++++++ reference/json/reference.xml | 35 ++++------------------ reference/json/setup.xml | 56 ++++++++++++++++++++++++++++++++++++ 4 files changed, 135 insertions(+), 30 deletions(-) create mode 100644 reference/json/book.xml create mode 100644 reference/json/constants.xml create mode 100644 reference/json/setup.xml diff --git a/reference/json/book.xml b/reference/json/book.xml new file mode 100644 index 0000000000..445e01527f --- /dev/null +++ b/reference/json/book.xml @@ -0,0 +1,45 @@ + + + + + + + JSON Functions + JSON + + + &reftitle.intro; + + This extension implements the JavaScript Object Notation (JSON) + data-interchange format. The decoding is handled by a parser based on + the JSON_checker by Douglas Crockford. + + + + &reference.json.setup; + &reference.json.constants; + &reference.json.reference; + + + + diff --git a/reference/json/constants.xml b/reference/json/constants.xml new file mode 100644 index 0000000000..f8bdb00310 --- /dev/null +++ b/reference/json/constants.xml @@ -0,0 +1,29 @@ + + + + + &reftitle.constants; + &no.constants; + + + + diff --git a/reference/json/reference.xml b/reference/json/reference.xml index f947216d02..159dfdb498 100644 --- a/reference/json/reference.xml +++ b/reference/json/reference.xml @@ -1,35 +1,9 @@ - - - - - JSON Functions - JSON + + + + JSON &Functions; - -
- &reftitle.intro; - - This extension implements the JavaScript Object Notation (JSON) - data-interchange format. The decoding is handled by a parser based on - the JSON_checker by Douglas Crockford. - -
- -
- &reftitle.required; - - As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by - default. - - - &pecl.info; - &url.pecl.package;json - -
-
- &reference.json.entities.functions;
@@ -54,3 +28,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> + diff --git a/reference/json/setup.xml b/reference/json/setup.xml new file mode 100644 index 0000000000..23832a715f --- /dev/null +++ b/reference/json/setup.xml @@ -0,0 +1,56 @@ + + + + + &reftitle.setup; + +
+ &reftitle.required; + + As of PHP 5.2.0, the JSON extension is bundled and compiled into PHP by + default. + + + &pecl.info; + &url.pecl.package;json + +
+ +
+ &reftitle.install; + &no.install; +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + &no.resource; +
+ +
+ + +