summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-11 14:03:07 +0100
committerRemi Collet <remi@remirepo.net>2020-03-11 14:03:07 +0100
commit82316432e08d9bf2bd92b9efec8c20408ce6f53c (patch)
treede98093354fb5b22d8af52263c4b07be5bc6f1f1
parent6932147b0204ec732e5df441afa5cda8337d7c7c (diff)
v1.7.4
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 5ee303d..256402b 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.7.3
+MongoDB extension version => 1.7.4
MongoDB extension stability => stable
libbson headers version => 1.16.2
libbson library version => 1.16.2
diff --git a/REFLECTION b/REFLECTION
index 2590c78..5dd0917 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 mongodb version 1.7.3 ] {
+Extension [ <persistent> extension #183 mongodb version 1.7.4 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #108 mongodb version 1.7.3 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.7.3 }
+ Constant [ string MONGODB_VERSION ] { 1.7.4 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 1195da0..6da6f80 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -44,7 +44,7 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.7.3
+%global upstream_version 1.7.4
#global upstream_prever RC1
#global upstream_lower ~rc1
Version: %{upstream_version}%{?upstream_lower}
@@ -341,6 +341,9 @@ exit $ret
%changelog
+* Wed Mar 11 2020 Remi Collet <remi@remirepo.net> - 1.7.4-1
+- update to 1.7.4
+
* Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 1.7.3-1
- update to 1.7.3 (no change)
- with libbson and libmongoc 1.16.2