Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70603 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20563 invoked from network); 12 Dec 2013 11:19:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2013 11:19:06 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:57075] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/51-13519-7AB99A25 for ; Thu, 12 Dec 2013 06:19:06 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 5BDA3E203A; Thu, 12 Dec 2013 11:19:00 +0000 (GMT) Date: Thu, 12 Dec 2013 11:19:00 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Mike cc: PHP Internals In-Reply-To: <1386845370.9685.30.camel@smugmug> Message-ID: References: <1386845370.9685.30.camel@smugmug> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Travis Failures From: derick@php.net (Derick Rethans) On Thu, 12 Dec 2013, Mike wrote: > Hi, > > we have quite some test failures on Travis again: > > 1.) These seem to be caused by the date.timezone annoyance, set in the > author's test environment, but not on travis. :-P Travis should set them too. > Bug #53879 (DateTime::createFromFormat() fails to parse cookie > expiration date) [ext/date/tests/bug53879.phpt] > RFC: DateTime and Daylight Saving Time Transitions (zone type 3, ba) > [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-ba.phpt] > RFC: DateTime and Daylight Saving Time Transitions (zone type 3, bs) > [ext/date/tests/rfc-datetime_and_daylight_saving_time-type3-bs.phpt] It's on my list to check this weekend, and some more fixes to that same group of stuff. cheers, Derick