Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Fix GH-14307: Test curl_basic_024 fails with curl 8.8.0
This commit is contained in:
Niels Dossche 2024-05-24 14:42:41 +02:00
commit ae26dc11d1
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5
2 changed files with 5 additions and 2 deletions

3
NEWS
View File

@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.3.9
- Curl:
. Fixed bug GH-14307 (Test curl_basic_024 fails with curl 8.8.0). (nielsdos)
- Opcache:
. Fixed bug GH-14267 (opcache.jit=off does not allow enabling JIT at runtime).
(ilutov)

View File

@ -25,7 +25,7 @@ var_dump(0 === curl_getinfo($ch, CURLINFO_PROXY_SSL_VERIFYRESULT));
var_dump(curl_getinfo($ch, CURLINFO_SCHEME));
curl_close($ch);
?>
--EXPECT--
--EXPECTF--
bool(true)
bool(true)
string(4) "HTTP"
string(4) "%r(HTTP|http)%r"