From 48be06d6428ef617605150803b6b5169a1bc6cec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Jul 2026 06:59:48 +0200 Subject: update to 1.8.0 --- PHPINFO | 2 +- REFLECTION | 2 +- composer.json | 2 +- php-pinba.spec | 7 +++++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index e531e6f..715d0e2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ pinba Pinba support => enabled -Extension version => 1.7.0 +Extension version => 1.8.0 Directive => Local Value => Master Value pinba.server => no value => no value diff --git a/REFLECTION b/REFLECTION index 6bbbf75..57a7015 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #114 pinba version 1.7.0 ] { +Extension [ extension #114 pinba version 1.8.0 ] { - INI { Entry [ pinba.server ] diff --git a/composer.json b/composer.json index 166f3b5..af02ec6 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "source": "https://github.com/XOlegator/pinba_extension" }, "require": { - "php": ">=8.2" + "php": ">=8.0" }, "php-ext": { "extension-name": "pinba", diff --git a/php-pinba.spec b/php-pinba.spec index cca1be6..6ecc237 100644 --- a/php-pinba.spec +++ b/php-pinba.spec @@ -19,7 +19,7 @@ Name: %{?scl_prefix}php-pinba Summary: Client extension for Pinba statistics server -Version: 1.7.0 +Version: 1.8.0 Release: 1%{?dist} License: LGPL-2.1-or-later %forgemeta @@ -28,7 +28,7 @@ Source0: %{forgesource} BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 8.2 +BuildRequires: %{?scl_prefix}php-devel >= 8.0 BuildRequires: protobuf-c-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -120,6 +120,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sat Jul 4 2026 Remi Collet - 1.8.0-1 +- update to 1.8.0 + * Fri Jul 3 2026 Remi Collet - 1.7.0-1 - update to 1.7.0 (no change) -- cgit