Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3806 invoked from network); 3 Sep 2012 16:36:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2012 16:36:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:47485] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/B0-20751-7ACD4405 for ; Mon, 03 Sep 2012 12:36:55 -0400 Received: by ied7 with SMTP id 7so4211079ied.29 for ; Mon, 03 Sep 2012 09:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=usZ8ej4eQizchviWZdPV7mAyeGfexAcL3I1bJibEPnA=; b=lkh/uvIfubx1/d7pP6cE/ORZb19LlwzwTT6t6FdIQAXAvqN09jdfrF2d8Aze6NEXDf hso4iiY4SNUleqpb7N4YKw4NuXBw8irAxGWamJdSye3d8snxZYpBjtHQsqj0B6lvqlaN QoIR+wsuLr2ay+0sdkIjbLCTS7Ic8QYeiRelmXzdGIGQZTgy0YSnHb4v0rz43/e5pRBn jrW6RLNOSHXmKGeSpME30Gvs7hhAKc96Dke9ZF8xu4Omhjna5Vg2tBY8tX0D2Fx6dcCC dDThhmEStFcO1bsFVmaRhYBwyKbRpm4A2flG1tI+rUuCGdkuk5HZJDovg3OWNG62BPhO 4Xhw== MIME-Version: 1.0 Received: by 10.50.16.202 with SMTP id i10mr11461643igd.19.1346690212860; Mon, 03 Sep 2012 09:36:52 -0700 (PDT) Received: by 10.64.60.40 with HTTP; Mon, 3 Sep 2012 09:36:52 -0700 (PDT) In-Reply-To: References: <5043C3E9.2010105@ajf.me> <5043C5AF.3060701@ajf.me> <5043C74C.8020400@ajf.me> <5043D8C0.3020802@lsces.co.uk> <5044715E.3050504@rotorised.com> Date: Mon, 3 Sep 2012 18:36:52 +0200 Message-ID: To: jpauli Cc: Derick Rethans , Benjamin Eberlei , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] RFC for Adding __toString to DateTime From: pierre.php@gmail.com (Pierre Joye) hi! On Mon, Sep 3, 2012 at 6:28 PM, jpauli wrote: > Just In Case, I implemented a solution in an extension of mine. > I use a INI setting, ideas are on my github > https://github.com/jpauli/Comuto/blob/master/comuto.c#L97 and > https://github.com/jpauli/Comuto/blob/master/comuto.c#L175 > > Anyway, I'm really +1 for patching ext/date to add such a feature :) Same here, but an INI setting is a no go :) Cheers, -- Pierre @pierrejoye