summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-27 06:06:00 +0200
committerRemi Collet <remi@remirepo.net>2018-06-27 06:06:00 +0200
commit473e5f0aa7b0847df82f905c29b1cb769f9485cb (patch)
treeabd37ac68f1394132544b7d3377e3a0647679313
parent45c55a520207309b05e2eb441ab36544a3da9881 (diff)
v2.0.7
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-igbinary.spec5
3 files changed, 15 insertions, 2 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..c130edd
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,10 @@
+
+igbinary
+
+igbinary support => enabled
+igbinary version => 2.0.7
+igbinary APCU serializer ABI => 0
+igbinary session support => yes
+
+Directive => Local Value => Master Value
+igbinary.compact_strings => On => On
diff --git a/REFLECTION b/REFLECTION
index c8d9769..39e366a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #99 igbinary version 2.0.6 ] {
+Extension [ <persistent> extension #99 igbinary version 2.0.7 ] {
- Dependencies {
Dependency [ standard (Required) ]
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index d5c7e32..af48278 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -30,7 +30,7 @@
%global ini_name 40-%{pecl_name}.ini
%endif
-%global upstream_version 2.0.6
+%global upstream_version 2.0.7
#global upstream_prever RC1
Summary: Replacement for the standard PHP serializer
@@ -306,6 +306,9 @@ fi
%changelog
+* Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 2.0.7-1
+- update to 2.0.7
+
* Sun May 13 2018 Remi Collet <remi@remirepo.net> - 2.0.6-1
- update to 2.0.6 (stable)