Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45121 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88160 invoked from network); 28 Jul 2009 13:52:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2009 13:52:37 -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:60710] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 89/86-60186-2A20F6A4 for ; Tue, 28 Jul 2009 09:52:36 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id C6BDD504AC; Tue, 28 Jul 2009 16:52:55 +0300 (IDT) Received: from tpl.home ([10.1.10.16]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 28 Jul 2009 16:53:25 +0300 Message-ID: <4A6F027B.3040608@zend.com> Date: Tue, 28 Jul 2009 17:51:55 +0400 User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: =?ISO-8859-1?Q?David_Z=FClke?= CC: php-dev List References: <67DEF003-A344-4BE6-9C23-6BB48935786F@bitextender.com> <4A6EE1BF.8080409@zend.com> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 X-OriginalArrivalTime: 28 Jul 2009 13:53:26.0398 (UTC) FILETIME=[C7B609E0:01CA0F8A] Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: SOAP_MARSHAL_DATETIME (or: bug #44383) From: dmitry@zend.com (Dmitry Stogov) David Z=FClke wrote: > On 28.07.2009, at 13:32, Dmitry Stogov wrote: >=20 >> Hi David, >> >> I took only a quick look, but I like the patch. >> In case it doesn't break any tests, it should be committed at least in= to >> HEAD. I agree to commit it into 5.3 too, but RMs take the final decisi= on. >> >> The only thing I didn't understood - why win32/php_stdint.h is needed. >=20 > Ah, yes, that's probably an oversight. Good catch. The headers were > copy-pasted from some ext/date file :) >=20 > Another thing that just occured to me is that we now have a dependency > on ext/date; I think I had trouble compiling ext/soap as a standalone > extension like this. Must check again. Any hints? I think ext/date can't be removed or compiled as shared extension. If it's the case, the only problem may be with unexported symbols. Just try to compile/test it as shared extension on Linux and Windows. Thanks. Dmitry. > - David >=20 >=20