summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-05 07:54:08 +0100
committerRemi Collet <remi@php.net>2026-02-05 07:54:08 +0100
commit5aaae73f1e7f9f66b095c2d61017639b3e6914bf (patch)
tree88fe9e49a0998281822447a3cd98e70d4a8a5f19
parentaf9e3c941e1479bc272a364658f5b134f907f39e (diff)
update to 2.1.8HEADmaster
use bundled libbson and libmongc 1.30.7
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb2.spec10
3 files changed, 12 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index bf6679e..ea96710 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,10 +2,10 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 2.1.7
+MongoDB extension version => 2.1.8
MongoDB extension stability => stable
-libbson bundled version => 1.30.6
-libmongoc bundled version => 1.30.6
+libbson bundled version => 1.30.7
+libmongoc bundled version => 1.30.7
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
diff --git a/REFLECTION b/REFLECTION
index 016744b..01b24a9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #140 mongodb version 2.1.7 ] {
+Extension [ <persistent> extension #140 mongodb version 2.1.8 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #140 mongodb version 2.1.7 ] {
}
- Constants [2] {
- Constant [ <persistent> string MONGODB_VERSION ] { 2.1.7 }
+ Constant [ <persistent> string MONGODB_VERSION ] { 2.1.8 }
Constant [ <persistent> string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index 2e9202e..f8ccd4b 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -20,10 +20,10 @@
%bcond_with syslib
# Bundled versions
-%global bundled_libmongo 1.30.6
+%global bundled_libmongo 1.30.7
%global bundled_libcrypt 1.12.0
# Required versions (in config.m4)
-%global minimal_libmongo 1.30.6
+%global minimal_libmongo 1.30.7
%global minimal_libcrypt 1.12.0
%if %{with syslib}
@@ -37,7 +37,7 @@
Summary: MongoDB driver for PHP version 2
Name: %{?scl_prefix}php-pecl-%{pecl_name}2
-%global upstream_version 2.1.7
+%global upstream_version 2.1.8
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -264,6 +264,10 @@ OPT="-n"
%changelog
+* Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 2.1.8-1
+- update to 2.1.8
+- use bundled libbson and libmongc 1.30.7
+
* Wed Jan 28 2026 Remi Collet <remi@remirepo.net> - 2.1.7-1
- update to 2.1.7 (no change)