Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64282 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35247 invoked from network); 15 Dec 2012 08:43:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2012 08:43:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=mohammad.ghazavi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mohammad.ghazavi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: mohammad.ghazavi@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-ia0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:54602] helo=mail-ia0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/92-19100-6483CC05 for ; Sat, 15 Dec 2012 03:43:50 -0500 Received: by mail-ia0-f170.google.com with SMTP id i1so4071226iaa.29 for ; Sat, 15 Dec 2012 00:43:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=aUO5iO1wc+XFhQLVRHjE6rrDwq4c9hew+a4VxVIl29A=; b=gT6n0zbtp7YLKeVieUYezwQ5ygMmNV40Kc2WMqOc6LH0gr6QXIVyftaR1/JFGkpPi8 U1A5UbL83SAz04uKTpsD7IUA08MUePBoG/DidBXSUP7eYyL2fKq8VaFa0bF/1270e7lM ssgENPpTkj+VwSm6bLiXV3zSHbXnVTBmzu56dvAjzrrEyjJ99AxqByn+oDaURkWphWkj DxIDZWUrg6QJcPhqVpKCU1XNeLtYjg/4+jijVMDHOG2ursU/RFthRLAx4Mo1CXBxe/wG M09MnU/5owv9jdxup5x5kVwFOve8QRpNivrrhNm2qF2x8Ia0HOWekHagPCzP9/RCE74P Z9Jw== Received: by 10.50.41.200 with SMTP id h8mr4141924igl.0.1355561026761; Sat, 15 Dec 2012 00:43:46 -0800 (PST) MIME-Version: 1.0 Sender: mohammad.ghazavi@gmail.com Received: by 10.50.156.163 with HTTP; Sat, 15 Dec 2012 00:43:06 -0800 (PST) Date: Sat, 15 Dec 2012 12:13:06 +0330 X-Google-Sender-Auth: 1HScnvNccj6ttZLSisUIGXJdRi4 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=14dae9340ad178b34904d0e025ad Subject: error when compiling php 5.3.x with vc++ 2008 From: admin@ecdcconference.org (Amir) --14dae9340ad178b34904d0e025ad Content-Type: text/plain; charset=UTF-8 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 --14dae9340ad178b34904d0e025ad--