Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64278 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4003 invoked from network); 12 Dec 2012 22:53:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2012 22:53:28 -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.210.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.210.42 mail-da0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:50288] helo=mail-da0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/11-31316-7EA09C05 for ; Wed, 12 Dec 2012 17:53:28 -0500 Received: by mail-da0-f42.google.com with SMTP id z17so417941dal.29 for ; Wed, 12 Dec 2012 14:53:25 -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=zeQa2EBUhMhkCE3WJRF0rltr+iCRdxJ2mR1Xsd5FVbE=; b=AxZtsz0/d9nzbcxKF0gFWd9ctMucSiYOU71eiDt4an3wQLYhTvUV/tLWlJAvyROC73 x9wyeD39TLO43qQP6j+2FFurnLrYzyhdN4E3A3DjjOhCA9DxTpbHit6pdT+Smck1UIr5 OKRm2pqN/y1qzZGQYrufl/a4Lh2PJDu+dQ5YcYUnlaZNneYRH6wa8WNwkq+80zJiv4Ze FZSWsXYoT1NrqylKmNCeH7o64Fh+xp4djinmEBFJQvH64ohq1LLNsReJHEF4ADgD78es ilvbK/PgBNrzW5RDWTXTuFjIK8hTw12R5z8hwgHy5ax2KDBF0AdT2iwwkohhxxnidej/ 96PA== MIME-Version: 1.0 Received: by 10.68.232.201 with SMTP id tq9mr6783736pbc.12.1355352805236; Wed, 12 Dec 2012 14:53:25 -0800 (PST) Received: by 10.66.86.5 with HTTP; Wed, 12 Dec 2012 14:53:25 -0800 (PST) In-Reply-To: References: <1355330421.4396.24.camel@ghost> Date: Wed, 12 Dec 2012 23:53:25 +0100 Message-ID: To: Derick Rethans Cc: Amir , Anatoliy Belsky , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] php 5.3.14 nts source code for windows From: pierre.php@gmail.com (Pierre Joye) hi, On Wed, Dec 12, 2012 at 11:43 PM, Derick Rethans wrote: > On Thu, 13 Dec 2012, Amir wrote: > >> Thanks Anatoliy, but I don;t want to compile PHP source, I just want to >> compile my own extension on windows via NTS PHP source code. > > You can't do that, you need to compile PHP as well to get such an > environment where you can compile extensions. Or use the SDK and development package. As long as your extension has no dependencies, the classic phpize way works just fine on windows too. Cheers, -- Pierre @pierrejoye