Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2003 invoked by uid 1010); 11 May 2005 22:04:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86920 invoked from network); 11 May 2005 21:41:56 -0000 Received: from unknown (HELO findsp.com) (127.0.0.1) by localhost with SMTP; 11 May 2005 21:41:56 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:57693] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 21/65-35155-32C72824 for ; Wed, 11 May 2005 17:41:55 -0400 Received: from [207.126.233.18] (rasmus2.corp.yahoo.com [207.126.233.18]) (authenticated bits=0) by colo.lerdorf.com (8.13.4/8.13.4/Debian-2) with ESMTP id j4BL6sK3013342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 11 May 2005 14:06:55 -0700 Message-ID: <428273ED.3040704@lerdorf.com> Date: Wed, 11 May 2005 14:06:53 -0700 User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/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> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] ext/soap parse error in HEAD From: rasmus@lerdorf.com (Rasmus Lerdorf) 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). Yes, just moving it to the end solves it on my old FreeBSD box. -Rasmus