From 6d841fe6a0961c162e8af01c3bf9d5d4e258d0a7 Mon Sep 17 00:00:00 2001 From: Omar Kilani Date: Wed, 15 Mar 2006 00:15:05 +0000 Subject: [PATCH] Mark as stable. --- ext/json/package.xml | 6 +++--- ext/json/php_json.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/json/package.xml b/ext/json/package.xml index 7b6df1de1c..3ffeab7bae 100644 --- a/ext/json/package.xml +++ b/ext/json/package.xml @@ -2,7 +2,7 @@ - JSON + json JavaScript Object Notation @@ -17,9 +17,9 @@ PHP 3.01 - beta + stable 1.2.0 - 2006-01-31 + 2006-03-15 Complete rewrite using JSON_checker as the base for the parser. Implements the JSON specification. 3-8x faster on encodes and 1.2x-4x faster on decodes. diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 32539ca5bb..da1b8fe71c 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -21,7 +21,7 @@ #ifndef PHP_JSON_H #define PHP_JSON_H -#define PHP_JSON_VERSION "1.2.0-BETA3" +#define PHP_JSON_VERSION "1.2.0" extern zend_module_entry json_module_entry; #define phpext_json_ptr &json_module_entry -- 2.50.1