Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99612 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69370 invoked from network); 22 Jun 2017 10:32:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jun 2017 10:32:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; 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 Received: from [82.113.146.227] ([82.113.146.227:42134] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/C2-52620-2DC9B495 for ; Thu, 22 Jun 2017 06:32:51 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 71EEC10C6D1; Thu, 22 Jun 2017 11:32:47 +0100 (BST) Date: Thu, 22 Jun 2017 11:32:47 +0100 (BST) X-X-Sender: derick@singlemalt.home.derickrethans.nl To: Niklas Keller cc: PHP Internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: Deprecating DateTime::ISO8601 / DATE_ISO8601 From: derick@php.net (Derick Rethans) On Thu, 22 Jun 2017, Niklas Keller wrote: > Hey, > > can we please deprecate DateTime::ISO8601 / DATE_ISO8601 so we can change > them to the proper format in a later version? It's really ridiculous. No, we can not remove this. cheers, Derick