Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64287 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53497 invoked from network); 15 Dec 2012 12:43:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2012 12:43:11 -0000 Authentication-Results: pb1.pair.com header.from=mohammad.ghazavi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mohammad.ghazavi@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: mohammad.ghazavi@gmail.com X-Host-Fingerprint: 209.85.223.170 mail-ie0-f170.google.com Received: from [209.85.223.170] ([209.85.223.170:51952] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/D4-19100-E507CC05 for ; Sat, 15 Dec 2012 07:43:10 -0500 Received: by mail-ie0-f170.google.com with SMTP id k10so7700464iea.29 for ; Sat, 15 Dec 2012 04:43:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=EcsMgrzNKq3t23LnT/egEwjmw6/ME8Oyk5ohaQikim0=; b=bivMAT39MMwxOWntUDpWWPiyuy8AG43qWWUVD4LNzkrxEdkA+YWRtYVr2+3qJSYj6t i0uaZWJx91+WLGU1JCsgcbQYNZDLmz7/RCGPXKOW752MktcwrYHYIO1G/aUsyQWz7Odh QMDyhoMAylpn7/QV36BeIWeWPzB+3ojlghw6BTqSbm8xRxpmG9kq4W892NIfLpUr6XaT WDyBdiHXpbbRui6fqX8ksjirvdXcaBl1DrKVpB4pBoKVblQuK5zXamSgZMJaaicFxocr WGZtfl4VVC+Khvn1x4jIrT183bb452aulwJsrcCZEJ36QonYWAABNgA+CKRf+R9+MhNY Bfpg== Received: by 10.50.104.232 with SMTP id gh8mr4495891igb.45.1355575387682; Sat, 15 Dec 2012 04:43:07 -0800 (PST) MIME-Version: 1.0 Sender: mohammad.ghazavi@gmail.com Received: by 10.50.156.163 with HTTP; Sat, 15 Dec 2012 04:42:27 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Dec 2012 16:12:27 +0330 X-Google-Sender-Auth: z9_2pHX6nSnoBy2Mpkqp_ZOO-1k Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8f2344e972f6ad04d0e37d41 Subject: Re: [PHP-DEV] error when compiling php 5.3.x with vc++ 2008 From: admin@ecdcconference.org (Amir) --e89a8f2344e972f6ad04d0e37d41 Content-Type: text/plain; charset=UTF-8 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. I just going do build NTS object (zts=0) anything else i have to do for NST? On Sat, Dec 15, 2012 at 1:33 PM, Pierre Joye wrote: > 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 > --e89a8f2344e972f6ad04d0e37d41--