summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-06 13:58:22 +0100
committerRemi Collet <remi@remirepo.net>2019-02-06 13:58:22 +0100
commit76620d43f3a6533941ed35c8d41b74096fb6d76f (patch)
treeee3be087ee8dd2cef79f204b8ee8c7227670ca09
parent8500281f5140bc6e3cc023ef7b615c51221d6625 (diff)
update to 6.0.1
update provided default configuration
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-uopz.spec13
3 files changed, 21 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index e669d5b..902a652 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,4 +2,8 @@
uopz
uopz support => enabled
-Version => 6.0.0
+Version => 6.0.1
+
+Directive => Local Value => Master Value
+uopz.disable => 0 => 0
+uopz.exit => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 94af6a9..0a0e302 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,9 +1,12 @@
-Extension [ <persistent> extension #199 uopz version 6.0.0 ] {
+Extension [ <persistent> extension #199 uopz version 6.0.1 ] {
- INI {
Entry [ uopz.disable <SYSTEM> ]
Current = '0'
}
+ Entry [ uopz.exit <SYSTEM> ]
+ Current = '0'
+ }
}
- Constants [7] {
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec
index 388926b..9f22df3 100644
--- a/php-pecl-uopz.spec
+++ b/php-pecl-uopz.spec
@@ -23,7 +23,7 @@
Summary: User Operations for Zend
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 6.0.0
+Version: 6.0.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
@@ -132,7 +132,14 @@ cat << EOF | tee %{ini_name}
extension=%{pecl_name}.so
; Configuration
+; See http://php.net/manual/en/uopz.configuration.php
+
+; If enabled, uopz should stop having any effect on the engine.
;uopz.disable = 0
+
+; Whether to allow the execution of exit opcodes or not.
+; This setting can be overridden during runtime by calling uopz_allow_exit().
+;uopz.exit = 0
EOF
%if %{with_zts}
@@ -246,6 +253,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Feb 6 2019 Remi Collet <remi@remirepo.net> - 6.0.1-1
+- update to 6.0.1
+- update provided default configuration
+
* Wed Jan 30 2019 Remi Collet <remi@remirepo.net> - 6.0.0-1
- update to 6.0.0