summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-02-18 14:56:54 +0100
committerRemi Collet <fedora@famillecollet.com>2015-02-18 14:56:54 +0100
commitd22588a8f76f83f8350c8b899fca8ea7c7fe656c (patch)
treeb7c40fa541506fe1d462c45265826c8c1004f870
parent8bd84ef77eae184f01422f1ffc53afed870b817c (diff)
php-pecl-jsonc: 1.3.7
-rw-r--r--REFLECTION7
-rw-r--r--php-pecl-jsonc.spec9
2 files changed, 10 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index f3dd513..2c54912 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #98 json version 1.3.6 ] {
+Extension [ <persistent> extension #104 json version 1.3.7 ] {
- - Constants [24] {
+ - Constants [25] {
Constant [ integer JSON_HEX_TAG ] { 1 }
Constant [ integer JSON_HEX_AMP ] { 2 }
Constant [ integer JSON_HEX_APOS ] { 4 }
@@ -11,6 +11,7 @@ Extension [ <persistent> extension #98 json version 1.3.6 ] {
Constant [ integer JSON_PRETTY_PRINT ] { 128 }
Constant [ integer JSON_UNESCAPED_UNICODE ] { 256 }
Constant [ integer JSON_PARTIAL_OUTPUT_ON_ERROR ] { 512 }
+ Constant [ integer JSON_PRESERVE_ZERO_FRACTION ] { 1024 }
Constant [ integer JSON_ERROR_STATE_MISMATCH ] { 2 }
Constant [ integer JSON_ERROR_CTRL_CHAR ] { 3 }
Constant [ integer JSON_ERROR_UTF8 ] { 5 }
@@ -23,7 +24,7 @@ Extension [ <persistent> extension #98 json version 1.3.6 ] {
Constant [ integer JSON_OBJECT_AS_ARRAY ] { 1 }
Constant [ integer JSON_PARSER_NOTSTRICT ] { 4 }
Constant [ integer JSON_BIGINT_AS_STRING ] { 2 }
- Constant [ integer JSON_C_BUNDLED ] { 0 }
+ Constant [ integer JSON_C_BUNDLED ] { 1 }
Constant [ string JSON_C_VERSION ] { 0.11 }
}
diff --git a/php-pecl-jsonc.spec b/php-pecl-jsonc.spec
index 28f04c8..a56b4ce 100644
--- a/php-pecl-jsonc.spec
+++ b/php-pecl-jsonc.spec
@@ -2,7 +2,7 @@
#
# Copyright (c) 2013-2015 Remi Collet
# License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/3.0/
+# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
@@ -34,8 +34,8 @@
Summary: Support for JSON serialization
Name: %{?scl_prefix}php-pecl-%{proj_name}
-Version: 1.3.6
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 1.3.7
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{proj_name}
@@ -297,6 +297,9 @@ rm -rf %{buildroot}
# Note to remi : remember to always build in remi-php55(56) first
#
%changelog
+* Wed Feb 18 2015 Remi Collet <remi@fedoraproject.org> - 1.3.7-1
+- release 1.3.7 (stable)
+
* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.3.6-2
- new scriptlets