Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66851 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5470 invoked from network); 28 Mar 2013 12:18:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2013 12:18:05 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:39636] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/00-05427-CF434515 for ; Thu, 28 Mar 2013 07:18:05 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 89C01DE14B; Thu, 28 Mar 2013 12:18:01 +0000 (GMT) Date: Thu, 28 Mar 2013 12:18:01 +0000 (GMT) X-X-Sender: derick@whisky.home.derickrethans.nl To: Santiago Lizardo cc: Lars Strojny , PHP Internals In-Reply-To: Message-ID: References: <5A6B262F-EE90-45F5-8528-941CA2C82CEB@strojny.net> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] DateTimeImmutable From: derick@php.net (Derick Rethans) On Thu, 28 Mar 2013, Santiago Lizardo wrote: > I'm on my easter holidays and I have some spare time to revert the changes > introduced by the DateTimeImmutable for you Derick. Please let me know if > you want me to do it. No, don't revert it. It needs to be a sibling class to DateTime instead of inherited like it is now. cheers, Derick