From 648cbc8502a12a970cbc833ab58b9ba038e9934f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Jul 2021 16:14:56 +0200 Subject: update to 1.9.0 raise dependency on PHP 7.1 --- php-mongodb-rpm.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php-mongodb-rpm.patch') diff --git a/php-mongodb-rpm.patch b/php-mongodb-rpm.patch index 93c861f..ad9d349 100644 --- a/php-mongodb-rpm.patch +++ b/php-mongodb-rpm.patch @@ -1,6 +1,6 @@ diff -up ./src/Client.php.rpm ./src/Client.php ---- ./src/Client.php.rpm 2020-08-10 14:57:12.478570154 +0200 -+++ ./src/Client.php 2020-08-10 14:58:11.161534530 +0200 +--- ./src/Client.php.rpm 2021-07-13 22:03:24.000000000 +0200 ++++ ./src/Client.php 2021-07-14 16:11:34.362284353 +0200 @@ -18,7 +18,6 @@ namespace MongoDB; @@ -9,8 +9,8 @@ diff -up ./src/Client.php.rpm ./src/Client.php use MongoDB\Driver\ClientEncryption; use MongoDB\Driver\Exception\InvalidArgumentException as DriverInvalidArgumentException; use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException; -@@ -387,11 +386,7 @@ class Client - private static function getVersion() : string +@@ -388,11 +387,7 @@ class Client + private static function getVersion(): string { if (self::$version === null) { - try { -- cgit