Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40240 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79766 invoked from network); 3 Sep 2008 23:26:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2008 23:26:22 -0000 Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=iamstever@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.187 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 64.233.182.187 nf-out-0910.google.com Received: from [64.233.182.187] ([64.233.182.187:34309] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/02-45151-D1D1FB84 for ; Wed, 03 Sep 2008 19:26:22 -0400 Received: by nf-out-0910.google.com with SMTP id b11so623747nfh.13 for ; Wed, 03 Sep 2008 16:26:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=F7kdhkXt1y05eaOgMhTEeavxyTCA1oxXWamj0A1oUqI=; b=grYoYUD5VF+9pJha1Ai2aE4xWRG4Byrdtmtmo+AgEXUkfQCv5Ock45jQWvgUsXA69L 1O95eKaiaNdEwIFChheU6fSS5mW6YNlUIogY2OWof2jAqljL3DWBl9AvzPgCeqrSTYrW a/hJa21nvSFKMeAmVhtEVl5lF1pmU84yRGpec= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NUVYFbcMpHsYTKdAKvqb3hm3i9m5DCuT54QNsfq3AYAp5s555TemmiQNd1PmEqgbPQ z55XPeDQguvyr10AJkE79UPl5z7fa6nh1RoDdKTBpEcKQ6Jwsy+/uzfLDh5YaYyJwo6d 11sWD31hL8INuas1Skxpp3SrO2TOxw6pNhfzE= Received: by 10.103.242.7 with SMTP id u7mr6795818mur.100.1220484377245; Wed, 03 Sep 2008 16:26:17 -0700 (PDT) Received: by 10.103.191.10 with HTTP; Wed, 3 Sep 2008 16:26:17 -0700 (PDT) Message-ID: <57792e850809031626v1760519eoff5ae132384578fa@mail.gmail.com> Date: Wed, 3 Sep 2008 16:26:17 -0700 To: "Pierre Joye" Cc: "PHP Internals List" , php-general@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <57792e850809031556x24615eb8kf0eca3210be2cb6f@mail.gmail.com> Subject: Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2 From: iamstever@gmail.com (steve) > None yet, I still have to create some. Apache may provide some when > they have began the move to VC9. VC9 Apache builds can be fetched from > http://apachelounge.com, they are known to work very well. Hmm.. that is a good link. I had forgotten about them. Ideally, I'd like to get a all 64bit setup with Apache <-> FastCGI <-> PHP (nts). PHP is so much slower on windows, though a lot of it has to do with file handling, a Windows specific slowdown I guess. Merging all the PHP files into one speeds things up by 400%. But since I develop on a local windows build, and deploy on Linux, the merging of files is of little help. It is sort of a hail-mary that VC9 might somehow improve things, and might as well go 64bit at the same time. >> and 2) Will there be PECL builds also? > > Yes, but directly in pecl.php.net package homepage. Does that mean there will be a package of them as before? But for all the build targets like your new site has? http://windows.php.net/downloads.php is a huge improvement. Thank you very much! -s