summaryrefslogtreecommitdiffstats
path: root/php-mongodb-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-mongodb-rpm.patch')
-rw-r--r--php-mongodb-rpm.patch8
1 files changed, 4 insertions, 4 deletions
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 {