diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xdebug3.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -10,7 +10,7 @@ xdebug [1m __/ | [1m |___/ -[0mVersion => 3.3.1 +[0mVersion => 3.3.2 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features (through 'xdebug.mode' setting) @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #17 xdebug version 3.3.1 ] { +Extension [ <persistent> extension #17 xdebug version 3.3.2 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a4c0836..1442824 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xdebug3 # -# Copyright (c) 2010-2023 Remi Collet +# Copyright (c) 2010-2024 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -24,12 +24,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 1943c479139008da3f9d26a4e2a6005e75c5ab34 +%global gh_commit e978d755861a3a8d9dcef615bb6649b85f266658 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.3.1 +%global upstream_version 3.3.2 #global upstream_prever alpha3 #global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -319,6 +319,9 @@ fi %changelog +* Tue Apr 16 2024 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- update to 3.3.2 + * Fri Dec 15 2023 Remi Collet <remi@remirepo.net> - 3.3.1-1 - update to 3.3.1 - use test suite parallelism |