1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  [skip ci] Add missing name for GH-19813 in NEWS
This commit is contained in:
Tim Düsterhus
2025-09-12 20:56:23 +02:00

2
NEWS
View File

@@ -11,7 +11,7 @@ PHP NEWS
- Curl:
. Fix cloning of CURLOPT_POSTFIELDS when using the clone operator instead
of the curl_copy_handle() function to clone a CurlHandle.
of the curl_copy_handle() function to clone a CurlHandle. (timwolla)
- Opcache:
. Fixed bug GH-19669 (assertion failure in zend_jit_trace_type_to_info_ex).