Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31010 invoked from network); 22 Jan 2012 20:16:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2012 20:16:02 -0000 Authentication-Results: pb1.pair.com header.from=php@hristov.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php@hristov.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hristov.com from 91.196.124.214 cause and error) X-PHP-List-Original-Sender: php@hristov.com X-Host-Fingerprint: 91.196.124.214 more.superhosting.bg Linux 2.6 Received: from [91.196.124.214] ([91.196.124.214:59142] helo=more.superhosting.bg) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/C2-29815-F7E6C1F4 for ; Sun, 22 Jan 2012 15:16:01 -0500 Received: from e180009144.adsl.alicedsl.de ([85.180.9.144] helo=[192.168.130.117]) by more.superhosting.bg with esmtpa (Exim 4.69) (envelope-from ) id 1Rp3pS-0006SY-Tc; Sun, 22 Jan 2012 22:15:55 +0200 Message-ID: <4F1C6E78.9020001@hristov.com> Date: Sun, 22 Jan 2012 21:15:52 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111109 Thunderbird/3.1.16 ThunderBrowse/3.8 MIME-Version: 1.0 To: Pierre Joye CC: Christian Seiler , PHP Internals References: <4F1B29A7.5070803@gmx.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - more.superhosting.bg X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] [Windows] Error Building PHP 5.4 NTS Debug Version, mysqlnd From: php@hristov.com (Andrey Hristov) Hi Pierre, On 01/22/2012 12:37 PM, Pierre Joye wrote: > hi, > > Can reproduce it now, can you open a bug please and assign it to mysql? > > The problem is due to TSRMLS_FETCH being called at the wrong place. > I'm not sure how they want it but ideally it should in the DBG macro > already. called at the wrong place? it should be always before DBG or the DBG_ENTER macro won't compile. So how it could be possibly wrong? :) > Added Andrey to the loop. > Cheers, > > On Sun, Jan 22, 2012 at 11:38 AM, Christian Seiler wrote: >> Hi Pierre, >> >> >>> I cannot reproduce the error, mysqlnd builds just fine here. >>> >>> What's your configure line? >> >> >> cscript /nologo configure.js >> �"--disable-phar" >> �"--disable-ipv6" >> �"--disable-zts" >> �"--enable-cgi" >> �"--disable-bcmath" >> �"--disable-calendar" >> �"--disable-odbc" >> �"--disable-tokenizer" >> �"--disable-xmlreader" >> �"--disable-xmlwriter" >> �"--without-wddx" >> �"--enable-debug" >> �"--enable-cli-win32" >> �"--enable-pdo" >> �"--with-openssl" >> �"--with-php-build=..\deps" >> �"--with-libxml" >> �"--with-pdo-sqlite" >> >> This is done in a Windows SDK 6.1 shell with >> >> �setenv /debug /x86 /xp �[*] >> >> and VC9 Pro SP1 is used. The same configure line works fine for PHP 5.3.9. >> >> Thanks, >> Christian >> >> [*] But also setenv /release /x86 /xp has the same issue. >> > > > Best, Andrey