From f4332a90ac293ecc0595e5c4af0199436cd197ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:12:19 +0200 Subject: repo reorg --- php-5.0.4-tests-wddx.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 php-5.0.4-tests-wddx.patch (limited to 'php-5.0.4-tests-wddx.patch') diff --git a/php-5.0.4-tests-wddx.patch b/php-5.0.4-tests-wddx.patch new file mode 100644 index 0000000..56d6863 --- /dev/null +++ b/php-5.0.4-tests-wddx.patch @@ -0,0 +1,26 @@ + +The wddx tests presume that "2040-06-12T04:32:12" cannot be parsed; +that's only true on platforms with a 32-bit time_t. + +--- php-5.0.5/ext/wddx/tests/001.phpt.tests-wddx ++++ php-5.0.5/ext/wddx/tests/001.phpt +@@ -18,7 +18,7 @@ + ["aDateTime2"]=> + int(329632332) + ["aDateTime3"]=> +- string(22) "2040-06-12T04:32:12+00" ++ string(12) "NotADateTime" + ["aBoolean"]=> + bool(true) + ["anArray"]=> +--- php-5.0.5/ext/wddx/tests/wddx.xml.tests-wddx ++++ php-5.0.5/ext/wddx/tests/wddx.xml +@@ -20,7 +20,7 @@ + 1980-06-12T04:32:12+00 + + +- 2040-06-12T04:32:12+00 ++ NotADateTime + + + -- cgit