From a1bef775100849aff8aee68de6a97d05e1b8a179 Mon Sep 17 00:00:00 2001 From: Omar Kilani Date: Sun, 11 Dec 2005 05:13:35 +0000 Subject: [PATCH] Remove config.m4 reference to json_c/config.h. Add package.xml. --- ext/json/config.m4 | 1 - ext/json/package.xml | 146 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+), 1 deletion(-) create mode 100644 ext/json/package.xml diff --git a/ext/json/config.m4 b/ext/json/config.m4 index 4dae05bd75..9e84ca4678 100644 --- a/ext/json/config.m4 +++ b/ext/json/config.m4 @@ -66,7 +66,6 @@ AC_DEFUN([PHP_JSON_SETUP_JSON_C], [ PHP_JSON_ADD_BUILD_DIR([json_c]) PHP_JSON_ADD_INCLUDE([json_c]) - PHP_JSON_ADD_CONFIG_HEADER([json_c/config.h]) PHP_JSON_ADD_SOURCES([ json_c/ConvertUTF.c diff --git a/ext/json/package.xml b/ext/json/package.xml new file mode 100644 index 0000000000..7459f26122 --- /dev/null +++ b/ext/json/package.xml @@ -0,0 +1,146 @@ + + + + + JSON + JavaScript Object Notation + + + omar + Omar Kilani + omar@php.net + lead + + + + Support for JSON (JavaScript Object Notation) serialization. + + LGPL + + stable + 1.1.1 + 2005-12-11 + + Cleanup and TSRM performance fixes by rasmus. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + stable + 1.0.0 + 2005-04-01 + + Initial release. + + + + stable + 1.0.1 + 2005-06-10 + + Fixed non-linear and mixed type array index issues, fixed issues with escaping \\, forked json-c and added Unicode support. + + + + stable + 1.0.2 + 2005-06-11 + + Fixed issues with object reference counts under PHP4. + + + + stable + 1.0.3 + 2005-06-15 + + Fixed json-c string corruption issues under Mac OS X and FreeBSD. + + + + stable + 1.0.4 + 2005-06-15 + + Changes in 1.0.4 released with 1.0.5. + + + + stable + 1.0.5 + 2005-06-16 + + Changed spacing in json-c encoding, added optional assoc (boolean) parameter to json_decode to decode as associative array instead of object, fixed issues with escaping /. + + + + stable + 1.0.6 + 2005-08-05 + + Fixed issues with exporting private and protected class members. + + + + stable + 1.0.7 + 2005-09-07 + + Fixed issues with negative array keys, modified json-c to return an error on unquoted object key names instead of going into an infinite loop. + + + + stable + 1.0.8 + 2005-12-01 + + Changed license to LGPL, modified build system to allow static compilation into PHP, added strndup check for json-c. + + + + stable + 1.1.0 + 2005-12-04 + + Port to Win32. + + + + + -- 2.50.1