Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38315 invoked from network); 12 Dec 2012 16:40:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2012 16:40:34 -0000 Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:57390] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/3D-54245-A73B8C05 for ; Wed, 12 Dec 2012 11:40:33 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 3C3D39145D2; Wed, 12 Dec 2012 17:40:24 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.5 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.1 Received: from [192.168.178.7] (dslb-088-067-237-050.pools.arcor-ip.net [88.67.237.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 07325914510; Wed, 12 Dec 2012 17:40:22 +0100 (CET) To: Amir Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 12 Dec 2012 17:40:21 +0100 Message-ID: <1355330421.4396.24.camel@ghost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] php 5.3.14 nts source code for windows From: ab@php.net (Anatoliy Belsky) 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.