mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
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:
commit
ae26dc11d1
3
NEWS
3
NEWS
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user