Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62671 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70163 invoked from network); 2 Sep 2012 13:40:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2012 13:40:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 209.85.215.42 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:59203] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/AB-17065-AD163405 for ; Sun, 02 Sep 2012 09:40:45 -0400 Received: by lahl5 with SMTP id l5so3154977lah.29 for ; Sun, 02 Sep 2012 06:40:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=FJtMQeVDTjn4Gp/dFcFyPguEVEaCv43L+Z0jJjPxcNo=; b=Trp9BMY4jrXq8shkp0SXtDUDi4msIirUqpxD1swhJZMCB31EFETRtM6vGuziZSmO4c Ddk4WX7q081qIPHsXOUrgPL4snIWENOOI4XWaRxZV/anMQsGhnplbg11N7G1c2Iwa2Ut on4W3kGOI4cWUKYow/aqrrznxDSWzu0idiY4+x0X6MlujNephip1tqutOiXo73f3LFE5 B/QIaF1Pj7ubEJ1mIDNXe3D92ovMFavXCSP6Uf6gOBHzL7cV4+G4t6cxfSiCdIsWm4Mz TYrV3AETJRX2CkjPTrm7qOnUsDZ5c8CxA6LULFlFFHTQTYYv4kaX6mhC14ETxyutd4Cq nStQ== MIME-Version: 1.0 Received: by 10.152.109.212 with SMTP id hu20mr11499566lab.3.1346593239575; Sun, 02 Sep 2012 06:40:39 -0700 (PDT) Received: by 10.112.116.4 with HTTP; Sun, 2 Sep 2012 06:40:39 -0700 (PDT) X-Originating-IP: [93.129.159.178] In-Reply-To: <50435ABE.4010308@ajf.me> References: <5042BC3C.7070208@sugarcrm.com> <50435ABE.4010308@ajf.me> Date: Sun, 2 Sep 2012 15:40:39 +0200 Message-ID: To: Andrew Faulds Cc: Pierre Joye , Derick Rethans , Will Fitch , Stas Malyshev , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=bcaec54fbc72b3ac5004c8b82b0a X-Gm-Message-State: ALoCoQm6JT5XeRgtYXOQ/2C98TJCChU1Bm6wTqyTvC5LInHy8/ksGJu6Ie4uFfPeaPWF0pge9oMk Subject: Re: [PHP-DEV] RFC for Adding __toString to DateTime From: kontakt@beberlei.de (Benjamin Eberlei) --bcaec54fbc72b3ac5004c8b82b0a Content-Type: text/plain; charset=ISO-8859-1 I think allowing to change teh default format would be horrible. If libraries (such as Doctrine would) use this internally, they are at the will of users not to fiddle with this setting. Not to speak about libraries that contradict each other. If there was a format, it would have to be constant imho. On Sun, Sep 2, 2012 at 3:10 PM, Andrew Faulds wrote: > On 02/09/12 13:55, Pierre Joye wrote: > >> On Sun, Sep 2, 2012 at 1:35 PM, Derick Rethans wrote: >> >> We should absolutely NOT add ini settings for this. They make things >>> unportable. >>> >> Agreed. >> > Add my name to the list. PHP's ini settings are one of its bad points, > IMO. We don't need any more of them. > > > -- > Andrew Faulds > http://ajf.me/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --bcaec54fbc72b3ac5004c8b82b0a--