diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 7 |
3 files changed, 9 insertions, 6 deletions
@@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.21.2 +MongoDB extension version => 1.21.4 MongoDB extension stability => stable libbson bundled version => 1.30.6 libmongoc bundled version => 1.30.6 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #140 mongodb version 1.21.2 ] { +Extension [ <persistent> extension #70 mongodb version 1.21.4 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #140 mongodb version 1.21.2 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.21.2 } - Constant [ string MONGODB_STABILITY ] { stable } + Constant [ <persistent> string MONGODB_VERSION ] { 1.21.4 } + Constant [ <persistent> string MONGODB_STABILITY ] { stable } } - Functions { diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index f4e0b08..5e56353 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -40,7 +40,7 @@ Summary: MongoDB driver for PHP version 1 Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.21.2 +%global upstream_version 1.21.4 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -57,7 +57,7 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upst BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 8.1 +BuildRequires: (%{?scl_prefix}php-devel >= 8.1 with %{?scl_prefix}php-devel < 8.5) BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json %if %{with syslib} @@ -307,6 +307,9 @@ exit $ret %changelog +* Wed Jan 28 2026 Remi Collet <remi@remirepo.net> - 1.21.4-1 +- update to 1.21.4 (no change) + * Wed Oct 8 2025 Remi Collet <remi@remirepo.net> - 1.21.2-1 - update to 1.21.2 - use bundled libbson and libmongc 1.30.6 |
