We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2bd0c commit 586eba9Copy full SHA for 586eba9
NEWS
@@ -33,6 +33,10 @@ PHP NEWS
33
. Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true
34
for classes with property hooks). (alexandre-daubois)
35
36
+- Soap:
37
+ . Soap::__setCookie() when cookie name is a digit is now not stored and represented
38
+ as a string anymore but a int. (David Carlier)
39
+
40
- Standard:
41
. Fixed bug GH-19926 (reset internal pointer earlier while splicing array
42
while COW violation flag is still set). (alexandre-daubois)
0 commit comments