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.
2 parents d65c395 + 4048035 commit 7e3a6a1Copy full SHA for 7e3a6a1
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.3.4
4
5
+- Curl:
6
+ . Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh)
7
+
8
- Standard:
9
. Fixed bug GH-13279 (Instable array during in-place modification in uksort).
10
(ilutov)
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