Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64285 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42320 invoked from network); 15 Dec 2012 10:03:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2012 10:03:08 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; 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:57205] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/A3-19100-9DA4CC05 for ; Sat, 15 Dec 2012 05:03:06 -0500 Received: by mail-ie0-f170.google.com with SMTP id k10so7587353iea.29 for ; Sat, 15 Dec 2012 02:03:02 -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=C7Wm0gxhyaX/PymGjc/+xKavBpEg5PZgY4xKkv4hKi8=; b=s2PCBVM7//GpWlelzVO4rrMaqqNmJC9ln1rV5DgMqfkdJ3SEnd/wSo73tR1KD67Zr6 s/qrQD7rQ2hNjHux5d3ekT4ydrsj9T4+qeKmTGbMj9l3p5nBFwYGlwcG7dswTxqwFDg1 ++NxSGHblbKO47wkFcXMqO3HI7L1TCPfGaHDunQtiB3cOImbDG9LeNqNiezhg8FEtaV0 PGESot2EWBUHPsnO3Kb4GfH2aOwP6jLVmhZ3tYk6lcn8fp8ilh2YNdrtFe3zCRS7I4cI L86goe11DpuOCJyHcKpJvUzZ6jOQF79df0u31MuAmWLX0pjbhpDpzK5HHedfJr+gWri6 iGmw== MIME-Version: 1.0 Received: by 10.50.5.236 with SMTP id v12mr4228948igv.6.1355565782889; Sat, 15 Dec 2012 02:03:02 -0800 (PST) Received: by 10.64.141.138 with HTTP; Sat, 15 Dec 2012 02:03:02 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Dec 2012 11:03:02 +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, On Sat, Dec 15, 2012 at 10:51 AM, Amir wrote: > I did it but have error still > note: I compile none thread safe and got error when using some user function > in my c++ code. Not sure what you do in your code but this is typically the error while trying to link/build TS objects while working with a NTS configuration. Does it happen in PHP or in your ext? Please show the full error message. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org