From c230ad20123b11af6c2c111d3f6759c322f6715d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Jul 2016 08:33:33 +0200 Subject: PHP 7.1.0beta1 as base package (in remi-php71) --- php-5.6.3-datetests.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 php-5.6.3-datetests.patch (limited to 'php-5.6.3-datetests.patch') diff --git a/php-5.6.3-datetests.patch b/php-5.6.3-datetests.patch new file mode 100644 index 0000000..a29bb63 --- /dev/null +++ b/php-5.6.3-datetests.patch @@ -0,0 +1,23 @@ +--- 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-- + 3 +- [timezone] => Factory +-) +-DateTimeZone Object +-( + [timezone_type] => 3 + [timezone] => GB-Eire + ) -- cgit