summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-couchbase4.spec5
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index cc0b934..3c2c5c1 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,9 +3,9 @@ couchbase
couchbase => enabled
couchbase_extension_abi => unspecified
-couchbase_extension_version => 4.2.6
-couchbase_extension_revision => f1452e23a66ba6a939d1a37b08f7de7e11fa37dc
-couchbase_client_revision => 24dca979ec842ce200aaa1741f1271a4a61c837d
+couchbase_extension_version => 4.2.7
+couchbase_extension_revision => d1ff155b5554a9a34caaa021e77afa20c3d6d429
+couchbase_client_revision => b5b5145145e656d70962fe3cbb78f5af53eaaf63
Directive => Local Value => Master Value
couchbase.max_persistent => -1 => -1
diff --git a/REFLECTION b/REFLECTION
index 130242f..62a72bc 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 couchbase version 4.2.6 ] {
+Extension [ <persistent> extension #123 couchbase version 4.2.7 ] {
- Dependencies {
Dependency [ json (Required) ]
diff --git a/php-pecl-couchbase4.spec b/php-pecl-couchbase4.spec
index 830f4c1..e5ce30c 100644
--- a/php-pecl-couchbase4.spec
+++ b/php-pecl-couchbase4.spec
@@ -27,7 +27,7 @@
Summary: Couchbase Server PHP extension
Name: %{?scl_prefix}php-pecl-couchbase4
-Version: 4.2.6
+Version: 4.2.7
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Apache-2.0
# src
@@ -231,6 +231,9 @@ install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
%changelog
+* Wed Mar 19 2025 Remi Collet <remi@remirepo.net> - 4.2.7-1
+- update to 4.2.7
+
* Thu Jan 30 2025 Remi Collet <remi@remirepo.net> - 4.2.6-1
- update to 4.2.6
- re-license spec file to CECILL-2.1