Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38604 invoked from network); 15 Dec 2012 09:32:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2012 09:32:18 -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.223.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:52161] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/03-19100-1A34CC05 for ; Sat, 15 Dec 2012 04:32:18 -0500 Received: by mail-ie0-f170.google.com with SMTP id k10so7566540iea.29 for ; Sat, 15 Dec 2012 01:32:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Mz1Y8HQjgIrVD8+sa4foat2IessU0Tc1uLlcsWV86mw=; b=gVr+9Pl86GsgM1lBbbvh7xqVXx+Zr5Ih0DPWh6qXQdl4kbQ9s8IAOy7F4H3Uklgfod wadNX7Q7R3o1R2P2lxPteycK2zCK3GR7E9Ypr+rByKawcQWI0p0Fjna+TGG8lY5UDKdq 6LoFb0+FUI3tRXTLPXvTHhwx0N/kbCbrfdTAfS2IzD99Z7wuukA8hfuVPmTNL8Tg3RF3 EFtySdip+2VWE8lsz1lVO1StBAnU5OapesI5f6oDGY9K3GZ8nIPAkWGVGXWzBYBvqi4v q7H0CzQ70Eu/S2L0YXmx/1lu5ggaPDQzq52of30olEe2Xrj8rlRwrauXXdj2WTHneGiy n8bQ== MIME-Version: 1.0 Received: by 10.50.15.134 with SMTP id x6mr4175983igc.27.1355563935228; Sat, 15 Dec 2012 01:32:15 -0800 (PST) Received: by 10.64.141.138 with HTTP; Sat, 15 Dec 2012 01:32:15 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Dec 2012 10:32:15 +0100 Message-ID: To: Amir Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] error when compiling php 5.3.x with vc++ 2008 From: pierre.php@gmail.com (Pierre Joye) hi, nmake clean configure .... make You are building it again while having configured&built for another mode. On Sat, Dec 15, 2012 at 9:43 AM, Amir wrote: > Hi > > here is my error: > error LNK2001: unresolved external symbol __imp__executor_globals_id > > when I compiling my c++ php extension. > > My setting is: > I use php5.lib as additional library > my processor: WIN32;NDEBUG;_WINDOWS;_USRDLL;PHP_WIN32;ZEND_WIN32;ZTS=0;ZEND_DEBUG=0 > > and include directories: > C:\php-sdk\php53dev\vc9\x86\php5.3-xyz\Release\php-5.3.19-devel-VC9-x86\include";" > C:\php-sdk\php53dev\vc9\x86\php5.3-xyz\Release\php-5.3.19-devel-VC9-x86\include\win32";" > C:\php-sdk\php53dev\vc9\x86\php5.3-xyz\Release\php-5.3.19-devel-VC9-x86\include\TSRM";" > C:\php-sdk\php53dev\vc9\x86\php5.3-xyz\Release\php-5.3.19-devel-VC9-x86\include\zend";" > C:\php-sdk\php53dev\vc9\x86\php5.3-xyz\Release\php-5.3.19-devel-VC9-x86\include\main" > > I configured as this link > https://wiki.php.net/internals/windows/stepbystepbuild step by step and > using Windows SDK 6.1 -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org