mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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:
3
NEWS
3
NEWS
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user