1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

[ci skip] NEWS

This commit is contained in:
David Carlier
2023-02-19 22:48:39 +00:00
parent 2f4ba1b1fb
commit 25fb7a2e8a

4
NEWS
View File

@@ -56,6 +56,10 @@ PHP NEWS
. Fix GH-10292 (Made the default value of the first param of srand() and
mt_srand() unknown). (kocsismate)
- Reflection:
. Fixed bug GH-10623 (Reflection::getClosureUsedVariables opcode fix with
variadic arguments). (nielsdos)
- Standard:
. Fixed bug GH-8086 (Introduce mail.mixed_lf_and_crlf INI). (Jakub Zelenka)
. Fixed bug GH-10292 (Made the default value of the first param of srand() and