From 6725c7f33ecbb01ea01d4c317f5317fa1b6920c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jan 2026 07:39:53 +0100 Subject: update to 4.33.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 84193ad..fed0b28 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 4.33.2 +Version => 4.33.3 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 18c5ec9..bb3640b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #110 protobuf version 4.33.2 ] { +Extension [ extension #108 protobuf version 4.33.3 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 790b029..9e33b82 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-protobuf # -# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2016-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -12,7 +12,7 @@ %global pecl_name protobuf %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 4.33.2 +%global upstream_version 4.33.3 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -163,6 +163,9 @@ done %changelog +* Mon Jan 12 2026 Remi Collet - 4.33.3-1 +- update to 4.33.3 + * Sat Dec 6 2025 Remi Collet - 4.33.2-1 - update to 4.33.2 -- cgit