Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54323 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10961 invoked from network); 3 Aug 2011 19:37:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2011 19:37:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=joey@joeysmith.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=joey@joeysmith.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain joeysmith.com designates 209.90.98.146 as permitted sender) X-PHP-List-Original-Sender: joey@joeysmith.com X-Host-Fingerprint: 209.90.98.146 host-3.pl1071314.fiber.net Received: from [209.90.98.146] ([209.90.98.146:42096] helo=localhost) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/54-23811-D53A93E4 for ; Wed, 03 Aug 2011 15:37:03 -0400 Received: from joey by localhost with local (Exim 4.74) (envelope-from ) id 1QohFN-0002Qk-SQ for internals@lists.php.net; Wed, 03 Aug 2011 13:36:54 -0600 Date: Wed, 3 Aug 2011 13:36:53 -0600 To: internals@lists.php.net Message-ID: <20110803193653.GA9305@joeysmith.com> References: <4E397879.4080007@planetavent.de> <20110803192954.GA8856@joeysmith.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110803192954.GA8856@joeysmith.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [PHP-DEV] BUG 55240 - wrong date creation From: joey@joeysmith.com (Joey Smith) On Wed, Aug 03, 2011 at 01:29:54PM -0600, Joey Smith wrote: > DateTime::createFromFormat("dn", "118") > -- Did you mean "August 11th", "November 8th", or "June 1st"? Pardon my idiocy, here - it's quite clear that "November 8th" wouldn't be a possible meaning here - I collapsed a couple of examples together and failed to fix the commentary.