We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218a93b commit 4048035Copy full SHA for 4048035
NEWS
@@ -2,6 +2,8 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.2.17
4
5
+- Curl:
6
+ . Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh)
7
8
15 Feb 2024, PHP 8.2.16
9
ext/curl/tests/bug77946.phpt
@@ -34,4 +34,4 @@ curl_multi_close($mh);
34
--EXPECTF--
35
int(1)
36
37
-string(%d) "Protocol %Sunknown%S not supported or disabled in libcurl"
+string(%d) "Protocol %Sunknown%S %rnot supported( or disabled in libcurl)?%r"
0 commit comments