summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-23 06:39:28 +0200
committerRemi Collet <remi@php.net>2026-05-23 06:39:28 +0200
commit012f7edb9ce39bab52d888978af8f3168f6d964a (patch)
tree5eb042989e35040e954e904528225f086ef25fff
parent52094b1cdd9cb5b13ec8ac085d3b3e0c56c16101 (diff)
update to 2.3.3HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb2.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 93519cb..4ed5e55 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 2.3.2
+MongoDB extension version => 2.3.3
MongoDB extension stability => stable
libbson bundled version => 2.3.0
libmongoc bundled version => 2.3.0
diff --git a/REFLECTION b/REFLECTION
index 3522349..baec2b5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #151 mongodb version 2.3.2 ] {
+Extension [ <persistent> extension #151 mongodb version 2.3.3 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #151 mongodb version 2.3.2 ] {
}
- Constants [2] {
- Constant [ <persistent> string MONGODB_VERSION ] { 2.3.2 }
+ Constant [ <persistent> string MONGODB_VERSION ] { 2.3.3 }
Constant [ <persistent> string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index 0b08672..465939f 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -35,7 +35,7 @@
%global runtime_libcrypt %(pkg-config --silence-errors --modversion libmongocrypt 2>/dev/null || echo %{system_libcrypt})
%endif
-%global upstream_version 2.3.2
+%global upstream_version 2.3.3
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{gh_proj}-%{upstream_version}%{?upstream_prever}
@@ -264,6 +264,9 @@ OPT="-n"
%changelog
+* Sat May 23 2026 Remi Collet <remi@remirepo.net> - 2.3.3-1
+- update to 2.3.3
+
* Wed May 20 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1
- update to 2.3.2
- drop patch merged upstream