Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57471 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91405 invoked from network); 22 Jan 2012 10:38:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2012 10:38:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=chris_se@gmx.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=chris_se@gmx.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 213.165.64.23 as permitted sender) X-PHP-List-Original-Sender: chris_se@gmx.net X-Host-Fingerprint: 213.165.64.23 mailout-de.gmx.net Received: from [213.165.64.23] ([213.165.64.23:40421] helo=mailout-de.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/29-21061-A27EB1F4 for ; Sun, 22 Jan 2012 05:38:35 -0500 Received: (qmail invoked by alias); 22 Jan 2012 10:38:30 -0000 Received: from arafel.iwakd.de (EHLO arafel.iwakd.de) [78.46.72.57] by mail.gmx.net (mp033) with SMTP; 22 Jan 2012 11:38:30 +0100 X-Authenticated: #186999 X-Provags-ID: V01U2FsdGVkX18MmTVLvX0M8Xv7r9cKJuQkqWz/0MGf9PbB+ZJUQI DosiWLLpBp5fct Received: from webmail.iwakd.de (localhost [127.0.0.1]) by arafel.iwakd.de (Postfix) with ESMTP id A860840024; Sun, 22 Jan 2012 11:38:29 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 22 Jan 2012 10:38:29 +0000 To: Pierre Joye Cc: PHP Internals In-Reply-To: References: <4F1B29A7.5070803@gmx.net> Message-ID: X-Sender: chris_se@gmx.net User-Agent: Roundcube Webmail/0.6 X-Y-GMX-Trusted: 0 Subject: Re: [PHP-DEV] [Windows] Error Building PHP 5.4 NTS Debug Version, mysqlnd From: chris_se@gmx.net (Christian Seiler) 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.