Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66846 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90543 invoked from network); 28 Mar 2013 09:26:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2013 09:26:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=inefedor@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=inefedor@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.47 as permitted sender) X-PHP-List-Original-Sender: inefedor@gmail.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:40388] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/62-09687-CAC04515 for ; Thu, 28 Mar 2013 04:26:05 -0500 Received: by mail-la0-f47.google.com with SMTP id fj20so16997601lab.6 for ; Thu, 28 Mar 2013 02:26:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=oPDVcy4bIJj1JKGkpfH9iJyVd4rU3XXj92oLcyGyUxs=; b=feXk82OJrIgQs3JZ+ae1hjrQQHJh3Jx+qrYCk91ItC5ZRv/8ik9jd6icC+ufGXag3J kLvihUHXXdeUo4li+2OzKtLwjnmt4Dc8jB6qhUtxQR/hzQjZQxNMA2Z1qqUQyRCCGAFU 9xm08ATORL/DlYjSc5TWOpydA/lXrvDMEgkj/8iFi7nwh5dXhFgx07JomFJhRf87ubSF vO2U9PhqO8oVB+274DyAbpiMWXq4D9QjZuOqGJCGfgHqltoSqpGGikV89VGqd51l8Y9e UpJFje7Ng3/htjhKoubMrH6g9YXrVMCyOjE1eldgFYZ0M3MnrFl+ADKWVHRgkpr/1oXy 2X4g== X-Received: by 10.112.133.137 with SMTP id pc9mr11641675lbb.74.1364462762042; Thu, 28 Mar 2013 02:26:02 -0700 (PDT) Received: from nikita2206-n56vj ([217.174.184.92]) by mx.google.com with ESMTPS id e9sm9499665lbz.1.2013.03.28.02.26.01 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 28 Mar 2013 02:26:01 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: internals@lists.php.net References: <5A6B262F-EE90-45F5-8528-941CA2C82CEB@strojny.net> Date: Thu, 28 Mar 2013 13:26:00 +0400 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <5A6B262F-EE90-45F5-8528-941CA2C82CEB@strojny.net> User-Agent: Opera Mail/12.14 (Linux) Subject: Re: [PHP-DEV] DateTimeImmutable From: inefedor@gmail.com ("Nikita Nefedov") On Thu, 28 Mar 2013 13:04:44 +0400, Lars Strojny wrot= e: > Hi Derick, > > Am 27.03.2013 um 21:53 schrieb Derick Rethans : > >> On Tue, 26 Mar 2013, Michael Wallner wrote: >> >>> providing DateTimeImmutable as a sibling to DateTime. >> >> That's fine with me, but I am not having the time to work on a patch >> right now. > > Happens. Let=E2=80=99s revert it till somebody finds some time to do i= t. Could = > you revert it? > > cu, > Lars > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi, Sorry, maybe I missed something, but what the consensus did we achieve = here? Make an interface? Or maybe make an abstract class with constructor, lat= e = static binded fabric methods (which btw could solve problems with making= = custom datetime class in userland), and some of the methods like diff an= d = so on? Or maybe something else? PS I think I can make a patch on these weekends.