From c0924d4dd75e57d973e5428b2a35cbb9734e7f55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 21 Dec 2018 14:23:48 +0200 Subject: [PATCH] up to 1.3.1 https://github.com/composer/xdebug-handler/releases/tag/1.3.1 - Fixed: fail restart if passthru has been disabled in disable_functions. - Fixed: fail restart if an ini file cannot be opened, otherwise settings will be missing. --- php-composer-xdebug-handler.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 77e242b..85155b5 100644 --- a/php-composer-xdebug-handler.spec +++ b/php-composer-xdebug-handler.spec @@ -3,12 +3,12 @@ %include /usr/lib/rpm/macros.php Summary: Restarts a process without xdebug Name: php-composer-%{pkgname} -Version: 1.3.0 +Version: 1.3.1 Release: 1 License: MIT Group: Development/Languages/PHP Source0: https://github.com/composer/xdebug-handler/archive/%{version}/%{pkgname}-%{version}.tar.gz -# Source0-md5: c34c243322d141277cc0d86357b89ed2 +# Source0-md5: 8d9e5ad41b981c2798e79b6e3fdf0cea URL: https://github.com/composer/xdebug-handler Requires: php(core) >= %{php_min_version} Requires: php-psr-log >= 1.0 -- 2.43.0