diff options
| -rw-r--r-- | PHPINFO | 6 | ||||
| -rw-r--r-- | REFLECTION | 5 | ||||
| -rw-r--r-- | php-pecl-uopz.spec | 13 | 
3 files changed, 21 insertions, 3 deletions
@@ -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 @@ -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  | 
