summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-13 14:47:22 +0100
committerRemi Collet <remi@php.net>2026-02-13 14:47:22 +0100
commitae0995742f2a7557aab87704f4c18a17584a3b18 (patch)
tree1f15388710162412a4801531c331fefc07bb6d7d
parent324005a19a4c139d0d21fb7812eb8a11362360af (diff)
update to 2.2.1HEADmaster
-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 4761aaf..ea89132 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 2.2.0
+MongoDB extension version => 2.2.1
MongoDB extension stability => stable
libbson bundled version => 2.2.2
libmongoc bundled version => 2.2.2
diff --git a/REFLECTION b/REFLECTION
index acd0945..9d49215 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #140 mongodb version 2.2.0 ] {
+Extension [ <persistent> extension #140 mongodb version 2.2.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #140 mongodb version 2.2.0 ] {
}
- Constants [2] {
- Constant [ <persistent> string MONGODB_VERSION ] { 2.2.0 }
+ Constant [ <persistent> string MONGODB_VERSION ] { 2.2.1 }
Constant [ <persistent> string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index f2cc1c9..b653b3a 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -37,7 +37,7 @@
Summary: MongoDB driver for PHP version 2
Name: %{?scl_prefix}php-pecl-%{pecl_name}2
-%global upstream_version 2.2.0
+%global upstream_version 2.2.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -265,6 +265,9 @@ OPT="-n"
%changelog
+* Fri Feb 13 2026 Remi Collet <remi@remirepo.net> - 2.2.1-1
+- update to 2.2.1
+
* Wed Feb 11 2026 Remi Collet <remi@remirepo.net> - 2.2.0-1
- update to 2.2.0
- use bundled libbson and libmongc 2.2.2