Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16219 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43996 invoked by uid 1010); 11 May 2005 21:14:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25770 invoked from network); 11 May 2005 21:03:11 -0000 Received: from unknown (HELO ctindustries.net) (127.0.0.1) by localhost with SMTP; 11 May 2005 21:03:11 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:42302] helo=ctindustries.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 0F/90-35155-D0372824 for ; Wed, 11 May 2005 17:03:09 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id j4BJtcTw016018; Wed, 11 May 2005 15:55:40 -0400 Message-ID: <42827458.8020803@ctindustries.net> Date: Wed, 11 May 2005 17:08:40 -0400 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Antony Dovgal CC: Adam Maccabee Trachtenberg , internals@lists.php.net, dmitry@zend.com References: <20050511231817.08022b66.antony@zend.com> In-Reply-To: <20050511231817.08022b66.antony@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.84/875/Tue May 10 07:27:59 2005 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] ext/soap parse error in HEAD From: rrichards@ctindustries.net (Rob Richards) Ok, now I cant build under windows with that change. Rob Antony Dovgal wrote: >On Wed, 11 May 2005 13:56:46 -0400 (EDT) >Adam Maccabee Trachtenberg wrote: > > > >>I'm getting a parse error with ext/soap in HEAD. This patch seems to >>fix my problem. Can someone review and apply? >> >>http://www.trachtenberg.com/patches/soap_error_handler.txt >> >> > >Are you sure that moving TSRMLS_FETCH() at the end of all declarations doesn't help? >What compiler are you using? (gcc-3.3.4 works fine, with and without ZTS enabled). > > >