Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45304 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79083 invoked from network); 17 Aug 2009 18:02:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2009 18:02:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.133 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.133 mailout1.netbeat.de Linux 2.6 Received: from [83.243.58.133] ([83.243.58.133:39924] helo=mailout1.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/1C-14827-A3B998A4 for ; Mon, 17 Aug 2009 14:02:37 -0400 Received: (qmail 7961 invoked by uid 89); 17 Aug 2009 18:29:57 -0000 Received: from unknown (HELO ?192.168.1.111?) (postmaster%schlueters.de@93.104.103.236) by mailout1.netbeat.de with ESMTPA; 17 Aug 2009 18:29:57 -0000 To: Dmitry Stogov Cc: Derick Rethans , David =?ISO-8859-1?Q?Z=FClke?= , jani.taskinen@iki.fi, php-dev List In-Reply-To: <4A814259.1040308@zend.com> References: <67DEF003-A344-4BE6-9C23-6BB48935786F@bitextender.com> <4A6EE1BF.8080409@zend.com> <4A6F027B.3040608@zend.com> <4A6F3211.40801@sci.fi> <467D68D2-E465-4A25-B123-655A632B17AD@bitextender.com> <4A81145F.6050504@zend.com> <4A814259.1040308@zend.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 17 Aug 2009 20:02:06 +0200 Message-ID: <1250532126.2446.16.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: SOAP_MARSHAL_DATETIME (or: bug #44383) From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2009-08-11 at 14:05 +0400, Dmitry Stogov wrote: > > We can also just export them... Which symbols are they? > > > > Probably it make sense for the future release. php6? I think it's quite useful to export timelib as time manipulation is quite often needed. In the past we sometimes added new APIs to bug fix releases .. while I won't advise doing that .. which APIs should be exported to have proper support? johannes