From 76620d43f3a6533941ed35c8d41b74096fb6d76f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Feb 2019 13:58:22 +0100 Subject: update to 6.0.1 update provided default configuration --- php-pecl-uopz.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'php-pecl-uopz.spec') 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 - 6.0.1-1 +- update to 6.0.1 +- update provided default configuration + * Wed Jan 30 2019 Remi Collet - 6.0.0-1 - update to 6.0.0 -- cgit