From ae23555774ccb6aa76e95ffa3e765fbc1e667ace Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Jan 2025 09:32:25 +0100 Subject: update to 4.2.6 re-license spec file to CECILL-2.1 --- PHPINFO | 6 +++--- REFLECTION | 12 +++++++++++- php-pecl-couchbase4.spec | 12 ++++++++---- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 06c7995..cc0b934 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,9 +3,9 @@ couchbase couchbase => enabled couchbase_extension_abi => unspecified -couchbase_extension_version => 4.2.5 -couchbase_extension_revision => c9704a8aa5ca50475c5fe8ee64166fa164cbd43e -couchbase_client_revision => 5355b0fdc221d87f0d6adbbf7e7f8826d819ea22 +couchbase_extension_version => 4.2.6 +couchbase_extension_revision => f1452e23a66ba6a939d1a37b08f7de7e11fa37dc +couchbase_client_revision => 24dca979ec842ce200aaa1741f1271a4a61c837d Directive => Local Value => Master Value couchbase.max_persistent => -1 => -1 diff --git a/REFLECTION b/REFLECTION index 029b179..130242f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 couchbase version 4.2.5 ] { +Extension [ extension #119 couchbase version 4.2.6 ] { - Dependencies { Dependency [ json (Required) ] @@ -471,6 +471,16 @@ Extension [ extension #115 couchbase version 4.2.5 ] { Parameter #4 [ string $id ] } } + Function [ function Couchbase\Extension\transactionGetReplicaFromPreferredServerGroup ] { + + - Parameters [5] { + Parameter #0 [ $transactions ] + Parameter #1 [ string $bucketName ] + Parameter #2 [ string $scopeName ] + Parameter #3 [ string $collectionName ] + Parameter #4 [ string $id ] + } + } Function [ function Couchbase\Extension\transactionInsert ] { - Parameters [6] { diff --git a/php-pecl-couchbase4.spec b/php-pecl-couchbase4.spec index 00bf04f..830f4c1 100644 --- a/php-pecl-couchbase4.spec +++ b/php-pecl-couchbase4.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-pecl-couchbase4 # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -27,7 +27,7 @@ Summary: Couchbase Server PHP extension Name: %{?scl_prefix}php-pecl-couchbase4 -Version: 4.2.5 +Version: 4.2.6 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Apache-2.0 # src @@ -231,6 +231,10 @@ install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml %changelog +* Thu Jan 30 2025 Remi Collet - 4.2.6-1 +- update to 4.2.6 +- re-license spec file to CECILL-2.1 + * Mon Nov 25 2024 Remi Collet - 4.2.5-1 - update to 4.2.5 -- cgit