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 40d06fb commit 8a8859bCopy full SHA for 8a8859b
NEWS
@@ -5,6 +5,8 @@ PHP NEWS
5
- Date:
6
. Fixed bug GH-15582: Crash when not calling parent constructor of
7
DateTimeZone. (Derick)
8
+ . Fixed regression where signs after the first one were ignored while parsing
9
+ a signed integer, with the DateTimeInterface::modify() function. (Derick)
10
11
- SOAP:
12
. Fixed bug #62900 (Wrong namespace on xsd import error message). (nielsdos)
ext/date/tests/bug40861.phpt
@@ -28,6 +28,6 @@ echo $result . "\n";
28
?>
29
--EXPECT--
30
2000-01-01 13:00:00
31
-2000-01-01 13:00:00
32
2000-01-01 11:00:00
33
+2000-01-01 13:00:00
0 commit comments