ea6a1fa163
- new version of systzdata patch, fix case sensitivity - ignore Factory in date tests
24 lines
724 B
Diff
24 lines
724 B
Diff
--- 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
|
|
)
|