Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64288 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54924 invoked from network); 15 Dec 2012 12:45:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2012 12:45:21 -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.160.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:61029] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/25-19100-0E07CC05 for ; Sat, 15 Dec 2012 07:45:21 -0500 Received: by mail-pb0-f42.google.com with SMTP id rp2so2820876pbb.29 for ; Sat, 15 Dec 2012 04:45:18 -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=rkoSuWyGuCqEzixpnSQheK+CswMddht5Xk4MwTGo+OE=; b=AXO8hxD8SnTwWhhw3RkU+SMu3CVklJUn77MHLToLfOEEHWjKgBkM8aTf48PwgIYncs Yj30WCpimDevEepBjLiseB3sYDqYfYMCVQDrsA4Umn5XooR1mJ/7ZivmU+mCAe7lqo3g Ghqs6Cu4XmWVoS4LzKzHQaRUbaYSmR6D2u6CtRbCyh9mn2VdCIfrp/omrR6Rne71q1n8 rL+ljUcd6bv4uOKfyPXyWHXDmzq6YeA1+zOLOy6m170gUxbeYuL9NBF9UmAPrwl9YPjY d1IdV+LMnPbGht8HspQ2Xd/At70fj0nh81UI9qu8aAi1KieEGXUKmA/QNZGCEb8t+VO0 qBqA== MIME-Version: 1.0 Received: by 10.68.192.97 with SMTP id hf1mr24503699pbc.106.1355575518393; Sat, 15 Dec 2012 04:45:18 -0800 (PST) Received: by 10.66.86.5 with HTTP; Sat, 15 Dec 2012 04:45:18 -0800 (PST) Received: by 10.66.86.5 with HTTP; Sat, 15 Dec 2012 04:45:18 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Dec 2012 13:45:18 +0100 Message-ID: To: Amir Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8ff1c8b83d772a04d0e385a3 Subject: Re: [PHP-DEV] error when compiling php 5.3.x with vc++ 2008 From: pierre.php@gmail.com (Pierre Joye) --e89a8ff1c8b83d772a04d0e385a3 Content-Type: text/plain; charset=ISO-8859-1 Yes,use config.w32 only to avoid wasting time :) On Dec 15, 2012 1:43 PM, "Amir" wrote: > 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 >> > > --e89a8ff1c8b83d772a04d0e385a3--