From 586eba94d8a23934200656c2646f2c887a2906a6 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Thu, 20 Nov 2025 20:24:31 +0000 Subject: [PATCH] [skip ci] Forgotten NEWS update --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 0b1b0d9da64..604945a77c7 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,10 @@ PHP NEWS . Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true for classes with property hooks). (alexandre-daubois) +- Soap: + . Soap::__setCookie() when cookie name is a digit is now not stored and represented + as a string anymore but a int. (David Carlier) + - Standard: . Fixed bug GH-19926 (reset internal pointer earlier while splicing array while COW violation flag is still set). (alexandre-daubois)