diff options
| author | Remi Collet <remi@remirepo.net> | 2025-10-15 11:48:11 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-10-15 11:48:11 +0200 |
| commit | 10702b4688afe520c71471e72eabae3b0fda04d4 (patch) | |
| tree | db7c2b717c3d55de5c1665c806d5191d6c13d43c | |
| parent | dd8cb7df24bac5e558d26f7f00b178902863b99c (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-noisebynorthwest-php-spx.spec | 7 |
4 files changed, 8 insertions, 5 deletions
@@ -2,7 +2,7 @@ SPX SPX Support => enabled -SPX Version => 0.4.21 +SPX Version => 0.4.22 Directive => Local Value => Master Value spx.debug => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 SPX version 0.4.21 ] { +Extension [ <persistent> extension #147 SPX version 0.4.22 ] { - INI { Entry [ spx.debug <SYSTEM> ] diff --git a/composer.json b/composer.json index 6c9b4ed..b01e0ec 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": ">=5.4.0 <8.5.0" + "php": ">=5.4.0 <8.6.0" }, "php-ext": { "extension-name": "spx", diff --git a/php-noisebynorthwest-php-spx.spec b/php-noisebynorthwest-php-spx.spec index 47b451c..8e9c975 100644 --- a/php-noisebynorthwest-php-spx.spec +++ b/php-noisebynorthwest-php-spx.spec @@ -14,7 +14,7 @@ # Extension %global ext_name spx %global ini_name 40-%{ext_name}.ini -%global upstream_version 0.4.21 +%global upstream_version 0.4.22 #global upstream_prever RC1 # PIE / packagist %global pie_vend noisebynorthwest @@ -23,7 +23,7 @@ %global gh_vend NoiseByNorthwest %global gh_proj php-spx %global forgeurl https://github.com/%{gh_vend}/%{gh_proj} -#global commit 06b9d7ec71d7a63805e1cc5047bab3412566876c +#global commit 625fa8542415ff9cd3380432989b1cd139e1d346 %global tag v%{upstream_version}%{?upstream_prever} # for EL-8 to avoid TAG usage %global archivename %{gh_proj}-%{upstream_version}%{?upstream_prever} @@ -166,6 +166,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_extdir}/%{ext_name}.so" \ %changelog +* Wed Oct 15 2025 Remi Collet <remi@remirepo.net> - 0.4.22-1 +- update to 0.4.22 + * Tue Oct 14 2025 Remi Collet <remi@remirepo.net> - 0.4.21-1 - update to 0.4.21 |
