summaryrefslogtreecommitdiffstats
path: root/php-7.0.10-datetests.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-11 14:46:18 +0200
committerRemi Collet <remi@remirepo.net>2020-09-11 14:46:18 +0200
commitc891bb332af826e14cfb28614b1b9fedf80ec47d (patch)
treecf69b72e62e42fa56507df9c980c3d7d77a568af /php-7.0.10-datetests.patch
parentf252207863961c2e1431b6d0079fdbdd73b67f7f (diff)
update to 8.0.0beta3
bump ABI/API versions drop xmlrpc extension json is now build statically use system nikic/php-parser if available to generate C headers from PHP stub switch from "runselftest" option to bcond_without tests enchant: use libenchant-2 instead of libenchant rename 15-php.conf to 20-php.conf to ensure load order oci8 version is now 3.0.0
Diffstat (limited to 'php-7.0.10-datetests.patch')
-rw-r--r--php-7.0.10-datetests.patch97
1 files changed, 0 insertions, 97 deletions
diff --git a/php-7.0.10-datetests.patch b/php-7.0.10-datetests.patch
deleted file mode 100644
index fc42326..0000000
--- a/php-7.0.10-datetests.patch
+++ /dev/null
@@ -1,97 +0,0 @@
---- a/ext/date/tests/bug66985.phpt 2014-10-30 07:32:03.297693403 +0100
-+++ b/ext/date/tests/bug66985.phpt 2014-10-30 07:32:45.138877977 +0100
-@@ -3,7 +3,7 @@
- --FILE--
- <?php
- $zones = array(
-- "CST6CDT", "Cuba", "Egypt", "Eire", "EST5EDT", "Factory", "GB-Eire",
-+ "CST6CDT", "Cuba", "Egypt", "Eire", "EST5EDT", "GB-Eire",
- "GMT0", "Greenwich", "Hongkong", "Iceland", "Iran", "Israel", "Jamaica",
- "Japan", "Kwajalein", "Libya", "MST7MDT", "Navajo", "NZ-CHAT", "Poland",
- "Portugal", "PST8PDT", "Singapore", "Turkey", "Universal", "W-SU",
-@@ -45,11 +45,6 @@
- )
- DateTimeZone Object
- (
-- [timezone_type] => 3
-- [timezone] => Factory
--)
--DateTimeZone Object
--(
- [timezone_type] => 3
- [timezone] => GB-Eire
- )
-diff -up ./ext/date/tests/strtotime3-64bit.phpt.datetests ./ext/date/tests/strtotime3-64bit.phpt
---- ./ext/date/tests/strtotime3-64bit.phpt.datetests 2016-07-21 02:23:03.000000000 +0200
-+++ ./ext/date/tests/strtotime3-64bit.phpt 2016-07-26 07:39:45.713272263 +0200
-@@ -44,7 +44,7 @@ foreach ($strs as $str) {
- }
-
- ?>
----EXPECT--
-+--EXPECTF--
- bool(false)
- bool(false)
- string(31) "Thu, 15 Jun 2006 00:00:00 +0100"
-@@ -53,7 +53,7 @@ bool(false)
- string(31) "Fri, 16 Jun 2006 23:49:12 +0100"
- bool(false)
- string(31) "Fri, 16 Jun 2006 02:22:00 +0100"
--string(31) "Sun, 16 Jun 0222 02:22:00 -0036"
-+string(31) "Sun, 16 Jun 0222 02:22:00 %s"
- string(31) "Fri, 16 Jun 2006 02:22:33 +0100"
- bool(false)
- string(31) "Tue, 02 Mar 2004 00:00:00 +0000"
-diff -up ./ext/date/tests/bug33414-2.phpt.old ./ext/date/tests/bug33414-2.phpt
---- ./ext/date/tests/bug33414-2.phpt.old 2017-04-25 15:47:21.675700587 +0200
-+++ ./ext/date/tests/bug33414-2.phpt 2017-04-25 15:57:14.034681111 +0200
-@@ -74,10 +74,10 @@ $strtotime_tstamp = strtotime("next Frid
- print "result=".date("l Y-m-d H:i:s T I", $strtotime_tstamp)."\n";
- print "wanted=Friday 00:00:00\n\n";
- ?>
----EXPECT--
-+--EXPECTF--
- TZ=Pacific/Rarotonga - wrong day.
--tStamp=Thursday 1970-01-01 17:17:17 -1030 0
--result=Tuesday 1970-01-06 00:00:00 -1030 0
-+tStamp=Thursday 1970-01-01 17:17:17 %s
-+result=Tuesday 1970-01-06 00:00:00 %s
- wanted=Tuesday 00:00:00
-
- TZ=Atlantic/South_Georgia - wrong day.
-@@ -91,13 +91,13 @@ result=Monday 2005-04-04 00:00:00 EDT 1
- wanted=Monday 00:00:00
-
- TZ=Pacific/Enderbury - wrong day, off by 2 days.
--tStamp=Thursday 1970-01-01 17:17:17 -12 0
--result=Monday 1970-01-05 00:00:00 -12 0
-+tStamp=Thursday 1970-01-01 17:17:17 %s
-+result=Monday 1970-01-05 00:00:00 %s
- wanted=Monday 00:00:00
-
- TZ=Pacific/Kiritimati - wrong day, off by 2 days.
--tStamp=Thursday 1970-01-01 17:17:17 -1040 0
--result=Monday 1970-01-05 00:00:00 -1040 0
-+tStamp=Thursday 1970-01-01 17:17:17 %s
-+result=Monday 1970-01-05 00:00:00 %s
- wanted=Monday 00:00:00
-
- TZ=America/Managua - wrong day.
-@@ -106,13 +106,13 @@ result=Tuesday 2005-04-12 00:00:00 CDT 1
- wanted=Tuesday 00:00:00
-
- TZ=Pacific/Pitcairn - wrong day.
--tStamp=Thursday 1970-01-01 17:17:17 -0830 0
--result=Wednesday 1970-01-07 00:00:00 -0830 0
-+tStamp=Thursday 1970-01-01 17:17:17 %s
-+result=Wednesday 1970-01-07 00:00:00 %s
- wanted=Wednesday 00:00:00
-
- TZ=Pacific/Fakaofo - wrong day.
--tStamp=Thursday 1970-01-01 17:17:17 -11 0
--result=Saturday 1970-01-03 00:00:00 -11 0
-+tStamp=Thursday 1970-01-01 17:17:17 %s
-+result=Saturday 1970-01-03 00:00:00 %s
- wanted=Saturday 00:00:00
-
- TZ=Pacific/Johnston - wrong day.