Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22194 invoked from network); 12 Dec 2013 11:28:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2013 11:28:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.171 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.171 mail-ea0-f171.google.com Received: from [209.85.215.171] ([209.85.215.171:64212] helo=mail-ea0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/A1-13519-6FD99A25 for ; Thu, 12 Dec 2013 06:28:55 -0500 Received: by mail-ea0-f171.google.com with SMTP id h10so156828eak.2 for ; Thu, 12 Dec 2013 03:28:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; bh=Mpqcyjie5UX1GhS8avBGzgThuNES4xJjZJDlSPRWlvc=; b=GQjm9y+bkEL0Zbnzc6jmd4P2tBTlYFxVwEym3ElsnY1y9aDJVzgpCC01yZDF2Xl1pw zOx0ZIhJwwYizd9R8VRfio+hcp6wsokJ31b7zKlu3RF5J2qLHcVVQsRlUrgNg1IWpOQb OEj1UhPAtAroSlSZ2BMFlh7pRabDlQhAOps+y1dRrmdrmFQtJUPN5HOvmeWR1cSnHTMG B0IaPbdpfPCnmdMnXK919VEsTRX23AkuPrMz+p0bRstPcSpKyXinPBC6vGnHFZIkYG+v gT6pa9ZcL2lEY4G/fubuFSsRRH2e8BhQe9YRkfjznJ5H/qhhb0duY+bNGFaRHrMfRDzf lMGA== X-Received: by 10.14.37.131 with SMTP id y3mr7242921eea.1.1386847732092; Thu, 12 Dec 2013 03:28:52 -0800 (PST) Received: from [192.168.1.120] (178-18-170-101.customer.bnet.at. [178.18.170.101]) by mx.google.com with ESMTPSA id a45sm64707582eem.6.2013.12.12.03.28.51 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 12 Dec 2013 03:28:51 -0800 (PST) Message-ID: <1386847730.9685.32.camel@smugmug> To: Derick Rethans Cc: PHP Internals Date: Thu, 12 Dec 2013 12:28:50 +0100 In-Reply-To: References: <1386845370.9685.30.camel@smugmug> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Travis Failures From: mike.php.net@gmail.com (Mike) On Thu, 2013-12-12 at 11:19 +0000, Derick Rethans wrote: > > 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. Awesome, thank you. -- Regards, Mike