git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135d8af
)
test fixes
author
gggeek
<giunta.gaetano@gmail.com>
Thu, 9 Feb 2023 12:29:47 +0000
(12:29 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Thu, 9 Feb 2023 12:29:47 +0000
(12:29 +0000)
tests/09HTTPTest.php
patch
|
blob
|
history
diff --git
a/tests/09HTTPTest.php
b/tests/09HTTPTest.php
index
b3db7df
..
71cb63c
100644
(file)
--- a/
tests/09HTTPTest.php
+++ b/
tests/09HTTPTest.php
@@
-340,7
+340,8
@@
class HTTPTest extends ServerTest
$this->client->setSSLVerifyHost($this->args['HTTPSVERIFYHOST']);
$this->client->setUseCurl(\PhpXmlRpc\Client::USE_CURL_NEVER);
$this->client->setSSLVersion($this->args['SSLVERSION']);
- if (version_compare(PHP_VERSION, '8.0', '>'))
+
+ if (version_compare(PHP_VERSION, '8.1', '>='))
{
$version = explode('.', PHP_VERSION);
$this->client->setOption(\PhpXmlRpc\Client::OPT_EXTRA_SOCKET_OPTS,