Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57472 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96228 invoked from network); 22 Jan 2012 11:37:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2012 11:37:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:40018] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/00-29815-B05FB1F4 for ; Sun, 22 Jan 2012 06:37:48 -0500 Received: by yhnn55 with SMTP id n55so966438yhn.29 for ; Sun, 22 Jan 2012 03:37:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=bgOPt5BnvZ1C+y9R76XRN5utVqsz6CPW6PgNdwa7y44=; b=KqVcYSornCJQ1RF643IhWl1a8XOBHXtPE+VkAdZa9PTpCbw0uq+l76k1ehQpAGbNPK uNyUZFfjU6dxvoCk4nbRPq5iTRMlFxTkcXVkpxSV1Etb+g79WdAap9kLZk38s/gd6Ec3 Sngp4L5xuldiKzugr1ELpQVR6VkFiTgjOVFTs= MIME-Version: 1.0 Received: by 10.236.185.138 with SMTP id u10mr5747259yhm.57.1327232264600; Sun, 22 Jan 2012 03:37:44 -0800 (PST) Received: by 10.147.169.10 with HTTP; Sun, 22 Jan 2012 03:37:44 -0800 (PST) In-Reply-To: References: <4F1B29A7.5070803@gmx.net> Date: Sun, 22 Jan 2012 12:37:44 +0100 Message-ID: To: Christian Seiler , Andrey Hristov Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [Windows] Error Building PHP 5.4 NTS Debug Version, mysqlnd From: pierre.php@gmail.com (Pierre Joye) 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. 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 > =A0"--disable-phar" > =A0"--disable-ipv6" > =A0"--disable-zts" > =A0"--enable-cgi" > =A0"--disable-bcmath" > =A0"--disable-calendar" > =A0"--disable-odbc" > =A0"--disable-tokenizer" > =A0"--disable-xmlreader" > =A0"--disable-xmlwriter" > =A0"--without-wddx" > =A0"--enable-debug" > =A0"--enable-cli-win32" > =A0"--enable-pdo" > =A0"--with-openssl" > =A0"--with-php-build=3D..\deps" > =A0"--with-libxml" > =A0"--with-pdo-sqlite" > > This is done in a Windows SDK 6.1 shell with > > =A0setenv /debug /x86 /xp =A0[*] > > 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. > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org