Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64276 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95185 invoked from network); 12 Dec 2012 21:42:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2012 21:42:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:53406] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/E6-57424-A3AF8C05 for ; Wed, 12 Dec 2012 16:42:19 -0500 Received: by mail-lb0-f170.google.com with SMTP id j14so1155171lbo.29 for ; Wed, 12 Dec 2012 13:42:16 -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=i7s5Y7fdDOeXOjW/8Y5y7yLOqqGTbux7OsZwKN9Kf1o=; b=dZb/ytMCbAJ9PqXbTokzLgjD/j5CAKtU1ahFxs/kB/3lD9B9Q0tggMVAYBDExVzPBW 4i+9mzgS8wYuIPRr4x/aeTFynmp2KVNUynPeemHXRzdKVdE0HX37zBHZQEJQweyWV4uf oBKuZroNzX7Zaxw2mYlqB8iKmghAVG6L2EgZWH3ywyAYgyItwGtf0mjAcn6mF4tJLhAp TSxrFNQL6pNxQkA+/S2Y7Bw2WgCnOf2wlaUF1RptWuXaqn3VxJbBUcx5hX1BB2qbCL1T FIk8yym4XPSI62c2iSKEmz4kJAo/nPTla8vkT5ZSSbfFNSbzjyz/OnbrnqoygUgYmSvZ Y+aA== MIME-Version: 1.0 Received: by 10.112.17.14 with SMTP id k14mr149lbd.61.1355348535913; Wed, 12 Dec 2012 13:42:15 -0800 (PST) Received: by 10.152.125.70 with HTTP; Wed, 12 Dec 2012 13:42:15 -0800 (PST) In-Reply-To: References: <1355330421.4396.24.camel@ghost> Date: Wed, 12 Dec 2012 13:42:15 -0800 Message-ID: To: Amir Cc: Anatoliy Belsky , internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d0401721d07adeb04d0aeac63 Subject: Re: [PHP-DEV] php 5.3.14 nts source code for windows From: kris.craig@gmail.com (Kris Craig) --f46d0401721d07adeb04d0aeac63 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Dec 12, 2012 at 1:27 PM, 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. > > > 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. > > > > > > > There is no separate source code for NTS vs. ZTS. As Anatoliy stated, NTS is accomplished using the --disable-zts option during configure. If you're not actually building PHP, then you'll need to either simulate that in your environment or examine the source code yourself and identify where the configure option is applied. Otherwise, what you're looking for simply does not exist. --Kris --f46d0401721d07adeb04d0aeac63--