Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91828 invoked from network); 12 Dec 2012 21:28:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2012 21:28:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=mohammad.ghazavi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mohammad.ghazavi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.179 as permitted sender) X-PHP-List-Original-Sender: mohammad.ghazavi@gmail.com X-Host-Fingerprint: 209.85.210.179 mail-ia0-f179.google.com Received: from [209.85.210.179] ([209.85.210.179:36804] helo=mail-ia0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/36-57424-0F6F8C05 for ; Wed, 12 Dec 2012 16:28:16 -0500 Received: by mail-ia0-f179.google.com with SMTP id o25so1319767iad.24 for ; Wed, 12 Dec 2012 13:28:13 -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=rt+fIXnJY4RcnkWjAAxiou175O+vLXyYDx7lT5HSVdc=; b=ybSGeu9SX9/dbp/dgedygdhgVx8iBSM9X0Zl6jtgNayERA8OZY7yS9wNE7xMcflDm0 CuON3IQ2xlGQg5v/kYdkYBVOyOrX704y6BhRYda8BGtQFgKIn5RBJx+14fnCNl1DrPYd CkkrrYqP3VnnihVoTM9Yhe+plksTr4pZJ4xFTu82o1ARggrDtqSPB5cY46YaXkFRyj9c btDFuS2Tw68lW/VgZV4uzMF3L3LuQ+edrwtTqMhxa4Qh0n84Re3iEaUYzs54KXPcBRee cGBvY47fwS9R6gHlEoaJ/+N8xnMsMikZ5yFZZ7eJHwn3chRF3fmqsaZCyC8DGrNXv1Ty +FiA== Received: by 10.50.40.201 with SMTP id z9mr14875440igk.59.1355347692867; Wed, 12 Dec 2012 13:28:12 -0800 (PST) MIME-Version: 1.0 Sender: mohammad.ghazavi@gmail.com Received: by 10.50.156.163 with HTTP; Wed, 12 Dec 2012 13:27:32 -0800 (PST) In-Reply-To: <1355330421.4396.24.camel@ghost> References: <1355330421.4396.24.camel@ghost> Date: Thu, 13 Dec 2012 00:57:32 +0330 X-Google-Sender-Auth: 84HWgAJGu1fjRdKASz2D8DlMvaA Message-ID: To: Anatoliy Belsky Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=14dae9340ca7c7cfaa04d0ae7928 Subject: Re: [PHP-DEV] php 5.3.14 nts source code for windows From: admin@ecdcconference.org (Amir) --14dae9340ca7c7cfaa04d0ae7928 Content-Type: text/plain; charset=UTF-8 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. On Wed, Dec 12, 2012 at 8:10 PM, Anatoliy Belsky wrote: > Hi, > > the source is always the same, get it under > http://windows.php.net/downloads/releases/ . To compile NTS use > --disable-zts configure option. > > Regards > > Anatoliy > > On Wed, 2012-12-12 at 19:59 +0330, Amir wrote: > > Hi > > I searched in php.net and did not find any link that contain php none > > thread safe source code for windows. > > I have a php source that encoded with Zend Guard 5.5 and have to decode > > with Zend Guard Loader. > > note: Zend Guard Loader is NTS and didn't read TS code. > > > --14dae9340ca7c7cfaa04d0ae7928--