diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xdebug3.spec | 10 |
3 files changed, 10 insertions, 4 deletions
@@ -10,7 +10,7 @@ xdebug [1m __/ | [1m |___/ -[0mVersion => 3.4.4 +[0mVersion => 3.4.6 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.4 ] { +Extension [ <persistent> extension #18 xdebug version 3.4.6 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 389d54d..a69007f 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 4085f1421d54aa60c40fe334f5c7a118a045200f +%global gh_commit a6fc5d7d5aaf43c09f8e44981b310b592d0c2cac %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.5 +%global upstream_version 3.4.6 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -57,10 +57,13 @@ BuildRequires: pkgconfig(zlib) >= 1.2.9 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(Xdebug) = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug)%{?_isa} = %{version} +# PIE Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} @@ -262,6 +265,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 6 2025 Remi Collet <remi@remirepo.net> - 3.4.6-1 +- update to 3.4.6 + * Tue Jul 15 2025 Remi Collet <remi@remirepo.net> - 3.4.5-1 - update to 3.4.5 |