Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 655 invoked from network); 15 Dec 2012 22:24:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Dec 2012 22:24:02 -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:36133] helo=mail-ie0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/60-27715-188FCC05 for ; Sat, 15 Dec 2012 17:24:02 -0500 Received: by mail-ie0-f170.google.com with SMTP id k10so8091644iea.29 for ; Sat, 15 Dec 2012 14:23:59 -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=gmgD6hHqMj6UafitrJOg7GF3IVt2RqLelM6R59QQi/I=; b=zwn4rH+t82nlliHBUxXGdZMmVvsm4liEaifhPrNUMuhd8WBfZe5bYRPZUgHmMv7VI3 R8iQV4vL73gMbHxpZMLdJowRqL5oWOlE7J8zKQ/AsMiv3rxT96TfgZW+s9aVQAyd59cB AtNnV7v2qXVM8NEH2QF2RbKDz2lFDRW/cHc9fmzfw2rWFTJUOj9Hka0REdwHm/bb4Naw N7XGAVONU+Hqsqg2cDUJy5sdW4CIVqgTADmVRF/MTDZDNgQ7NaoRu0zm/xEzrm0+B1MW ZwZn5P0Mo1qc/OtqNqCnnZtNC/pGSlHOaFZHyYQWo/h0vSQBQBAcfO8JwS+KVQUtDPAx noog== MIME-Version: 1.0 Received: by 10.50.184.226 with SMTP id ex2mr5460353igc.6.1355610239079; Sat, 15 Dec 2012 14:23:59 -0800 (PST) Received: by 10.64.29.50 with HTTP; Sat, 15 Dec 2012 14:23:58 -0800 (PST) In-Reply-To: References: Date: Sat, 15 Dec 2012 23:23:58 +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) I mean to create a config.w32 file, see other extension for some examples. On Sat, Dec 15, 2012 at 1:55 PM, Amir wrote: > I hope you help me to solve this problem. > Exactly I don't underestand what should I do! > > I have config.w32.h in. ..main/ folder. so, what you mean? > > > On Sat, Dec 15, 2012 at 4:15 PM, Pierre Joye wrote: >> >> 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 >>> >>> > -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org