Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45265 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38833 invoked from network); 11 Aug 2009 10:05:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2009 10:05:19 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:51675] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/00-38142-D52418A4 for ; Tue, 11 Aug 2009 06:05:18 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 6029C504F1; Tue, 11 Aug 2009 13:04:54 +0300 (IDT) Received: from ws.home ([10.1.10.47]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 11 Aug 2009 13:06:18 +0300 Message-ID: <4A814259.1040308@zend.com> Date: Tue, 11 Aug 2009 14:05:13 +0400 User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Derick Rethans CC: =?ISO-8859-1?Q?David_Z=FClke?= , jani.taskinen@iki.fi, php-dev List 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Aug 2009 10:06:18.0468 (UTC) FILETIME=[5E9D7240:01CA1A6B] Subject: Re: [PHP-DEV] Re: SOAP_MARSHAL_DATETIME (or: bug #44383) From: dmitry@zend.com (Dmitry Stogov) Hi Derick, Derick Rethans wrote: > On Tue, 11 Aug 2009, Dmitry Stogov wrote: > >> The patch can't be used as it breaks ext/soap build as shared extension. >> timelib function are compiled into php and aren't exported :( >> >> May be you will be able to change the patch using ext/date public API. > > We can also just export them... Which symbols are they? > Probably it make sense for the future release. php6? Thanks. Dmitry. > regards, > Derick >