From 25fb7a2e8a9dfef2cd40122f8f7162879420600b Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sun, 19 Feb 2023 22:48:39 +0000 Subject: [PATCH] [ci skip] NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 7671ea5fa13..3cc17bcad51 100644 --- a/NEWS +++ b/NEWS @@ -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