moriyoshi               Sun Apr  4 14:07:36 2004 EDT

  Modified files:              
    /php-src/ext/wddx/tests     001.phpt 
  Log:
  - Fix test: Any datetime value that exceeds the unix time range should
    not be unserialized.
  
  
http://cvs.php.net/diff.php/php-src/ext/wddx/tests/001.phpt?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/wddx/tests/001.phpt
diff -u php-src/ext/wddx/tests/001.phpt:1.4 php-src/ext/wddx/tests/001.phpt:1.5
--- php-src/ext/wddx/tests/001.phpt:1.4 Sat Mar  6 18:11:25 2004
+++ php-src/ext/wddx/tests/001.phpt     Sun Apr  4 14:07:36 2004
@@ -18,7 +18,7 @@
   ["aDateTime2"]=>
   int(329632332)
   ["aDateTime3"]=>
-  string(19) "2040-06-12T04:32:12"
+  string(22) "2040-06-12T04:32:12+00"
   ["aBoolean"]=>
   bool(true)
   ["anArray"]=>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to