diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 11 |
3 files changed, 9 insertions, 6 deletions
@@ -10,7 +10,7 @@ xdebug [1m __/ | [1m |___/ -[0mVersion => 3.5.0alpha3 +[0mVersion => 3.5.0 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.5.0alpha3 ] { +Extension [ <persistent> extension #18 xdebug version 3.5.0 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a3df9b9..115d488 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,13 +21,13 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 02e2f164bc5133e93041c6da90b465a50a784eb2 +%global gh_commit 32dcc3da7bbff171f67e803f28ef4c098f8e2caf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release %global upstream_version 3.5.0 -%global upstream_prever alpha3 -%global upstream_lower alpha3 +#global upstream_prever alpha3 +#global upstream_lower alpha3 %global sources src %global _configure ../%{sources}/configure @@ -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/ @@ -276,6 +276,9 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na %changelog +* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 3.5.0-1 +- update to 3.5.0 + * Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha3-1 - update to 3.5.0alpha3 |
