Skip to content

Commit 7f5950f

Browse files
author
Moriyoshi Koizumi
committed
- Fix test: Any datetime value that exceeds the unix time range should
not be unserialized.
1 parent 3b27b0f commit 7f5950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/wddx/tests/001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ array(11) {
1818
["aDateTime2"]=>
1919
int(329632332)
2020
["aDateTime3"]=>
21-
string(19) "2040-06-12T04:32:12"
21+
string(22) "2040-06-12T04:32:12+00"
2222
["aBoolean"]=>
2323
bool(true)
2424
["anArray"]=>

0 commit comments

Comments
 (0)