diff options
Diffstat (limited to 'php-pecl-uopz.spec')
-rw-r--r-- | php-pecl-uopz.spec | 13 |
1 files changed, 12 insertions, 1 deletions
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 |