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.4.6 +[0mVersion => 3.4.7 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 #18 xdebug version 3.4.6 ] { +Extension [ <persistent> extension #18 xdebug version 3.4.7 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a69007f..039e729 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,11 +21,11 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit a6fc5d7d5aaf43c09f8e44981b310b592d0c2cac +%global gh_commit 61a198de008adace7fd6024da20fcf0d0b2066f9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.6 +%global upstream_version 3.4.7 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -37,7 +37,7 @@ Name: %{?scl_prefix}php-pecl-xdebug3 Summary: Provides functions for function traces and profiling Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist} License: Xdebug-1.03 URL: https://xdebug.org/ @@ -265,6 +265,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 27 2025 Remi Collet <remi@remirepo.net> - 3.4.7-1 +- update to 3.4.7 + * Mon Oct 6 2025 Remi Collet <remi@remirepo.net> - 3.4.6-1 - update to 3.4.6 |
