diff options
| -rw-r--r-- | PHPINFO | 10 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 5 | 
3 files changed, 11 insertions, 8 deletions
| @@ -2,12 +2,12 @@  mongodb  MongoDB support => enabled -MongoDB extension version => 1.17.1 +MongoDB extension version => 1.17.2  MongoDB extension stability => stable -libbson headers version => 1.25.2 -libbson library version => 1.25.2 -libmongoc headers version => 1.25.2 -libmongoc library version => 1.25.2 +libbson headers version => 1.25.3 +libbson library version => 1.25.3 +libmongoc headers version => 1.25.3 +libmongoc library version => 1.25.3  libmongoc SSL => enabled  libmongoc SSL library => OpenSSL  libmongoc crypto => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #72 mongodb version 1.17.1 ] { +Extension [ <persistent> extension #78 mongodb version 1.17.2 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #72 mongodb version 1.17.1 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.17.1 } +    Constant [ string MONGODB_VERSION ] { 1.17.2 }      Constant [ string MONGODB_STABILITY ] { stable }    } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 95b9cb1..a51cc2a 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -43,7 +43,7 @@  Summary:        MongoDB driver for PHP  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.17.1 +%global upstream_version 1.17.2  #global upstream_prever  beta1  #global upstream_lower   ~beta1  %global sources          %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -340,6 +340,9 @@ exit $ret  %changelog +* Thu Dec 21 2023 Remi Collet <remi@remirepo.net> - 1.17.2-1 +- update to 1.17.2 +  * Wed Dec  6 2023 Remi Collet <remi@remirepo.net> - 1.17.1-1  - update to 1.17.1  - EL use bundled libbson and libmongc 1.25.2 | 
