Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  ext/curl: Fix failing tests due to string changes in libcurl 8.6.0
This commit is contained in:
Niels Dossche 2024-01-31 21:58:59 +01:00
commit 7e3a6a1b42
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.3.4
- Curl:
. Fix failing tests due to string changes in libcurl 8.6.0. (Ayesh)
- Standard:
. Fixed bug GH-13279 (Instable array during in-place modification in uksort).
(ilutov)

View File

@ -34,4 +34,4 @@ curl_multi_close($mh);
--EXPECTF--
int(1)
int(1)
string(%d) "Protocol %Sunknown%S not supported or disabled in libcurl"
string(%d) "Protocol %Sunknown%S %rnot supported( or disabled in libcurl)?%r"