diff options
| author | Remi Collet <remi@remirepo.net> | 2026-07-04 07:11:38 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-07-04 07:11:38 +0200 |
| commit | e50644bb98d4a8231f7cf4154ee980e8d170840b (patch) | |
| tree | 8d0550787cf8bfa005a70f25ca96de5d728909b8 | |
| parent | bc7a8ea1f8a81cb0260eff4f894b5d6ebf518a3b (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | php-iliaal-statgrab.spec | 5 |
4 files changed, 8 insertions, 4 deletions
@@ -2,5 +2,5 @@ statgrab statgrab support => enabled -Extension version => 2.2.0 +Extension version => 2.2.1 libstatgrab => initialized @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #125 statgrab version 2.2.0 ] { +Extension [ <persistent> extension #129 statgrab version 2.2.1 ] { - Constants [16] { Constant [ <persistent> int SG_FULL_DUPLEX ] { 0 } diff --git a/composer.json b/composer.json index 9f87341..37bfed5 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ } ], "support-zts": false, - "support-nts": true + "support-nts": true, + "os-families-exclude": ["windows"] } } diff --git a/php-iliaal-statgrab.spec b/php-iliaal-statgrab.spec index d1dcd60..c5278cc 100644 --- a/php-iliaal-statgrab.spec +++ b/php-iliaal-statgrab.spec @@ -28,7 +28,7 @@ Name: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} Summary: PHP extension wrapping libstatgrab License: PHP-3.01 -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -127,5 +127,8 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{ext_name}.so" \ %changelog +* Sat Jul 4 2026 Remi Collet <remi@remirepo.net> - 2.2.1-1 +- update to 2.2.1 + * Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 2.2.0-1 - new package |
