1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00

[ci skip] NEWS

This commit is contained in:
Arnaud Le Blanc
2022-09-02 13:53:20 +02:00
parent 409baac29c
commit 6deddd3950

4
NEWS
View File

@@ -23,6 +23,10 @@ PHP NEWS
- PCRE:
. Fixed pcre.jit on Apple Silicon. (Niklas Keller)
- Reflection:
. Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
class of a Closure). (cmb, Nicolas Grekas)
- Streams:
. Fixed bug GH-9316 ($http_response_header is wrong for long status line).
(cmb, timwolla)