Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16218 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13522 invoked by uid 1010); 11 May 2005 20:44:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95486 invoked by uid 1007); 11 May 2005 20:31:06 -0000 Message-ID: <20050511203106.95484.qmail@lists.php.net> To: internals@lists.php.net Reply-To: "l0t3k" References: <20050511231817.08022b66.antony@zend.com> Date: Wed, 11 May 2005 16:31:07 -0400 Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Posted-By: 69.15.15.204 Subject: Re: [PHP-DEV] ext/soap parse error in HEAD From: cshmoove@hotmail.com ("l0t3k") Antony, i've had a similar issue with extensions i've written. i get "Undeclared identifer" problems under VS.NET if TSRMLS_FETCH() does not appear after all other declarations. l0t3k "Antony Dovgal" wrote in message news:20050511231817.08022b66.antony@zend.com... > 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). > > -- > Wbr, > Antony Dovgal aka tony2001 > antony@zend.com