Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:280950 php.internals:40696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43875 invoked from network); 26 Sep 2008 04:06:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2008 04:06:36 -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 209.85.128.186 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: 209.85.128.186 fk-out-0910.google.com Received: from [209.85.128.186] ([209.85.128.186:63161] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/94-19781-BCF5CD84 for ; Fri, 26 Sep 2008 00:06:35 -0400 Received: by fk-out-0910.google.com with SMTP id 18so749475fks.7 for ; Thu, 25 Sep 2008 21:06:32 -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=Jz8U4YVHoQqapNgT8YAqZvMd8lUwA/Hop+Y/g9bH/Ps=; b=EybyJrT7litre2FJImmcrrmhEGoM9oGKF00ohhFmZH/8gHYq7HRFuJcN2CRX9M/U6s 3diQNlB6QFUloulXascwDKRyTzI0FKEz3I5u8/X8pO5MVH+j59yX2M3PvvXUnT1zADr+ jeEtDlVlBND5Ggh7rrqun/JgxJ4/TN+Ae7OGk= 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=u9kAq4GP+y1Yy/y9xr7beljbi37ppgUr8SN5l2WcHEMmFT1R09cXmw01Cfz39Sfj2I 9MmiCxGMEcR8yJ0w7vX5JEMlEj0p1RXivUYXWJR9YbRp3m1sbp2E0XLIm7JgaL6pH0X8 qKkSSzVwKsOYoGftY08i56vtP83RHdQNRPt0Q= Received: by 10.103.244.10 with SMTP id w10mr500108mur.67.1222401992478; Thu, 25 Sep 2008 21:06:32 -0700 (PDT) Received: by 10.103.191.10 with HTTP; Thu, 25 Sep 2008 21:06:32 -0700 (PDT) Message-ID: <57792e850809252106g74d29535xd495739877fe703b@mail.gmail.com> Date: Thu, 25 Sep 2008 21:06:32 -0700 To: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" Cc: "Pierre Joye" , "PHP Internals List" , php-general@lists.php.net In-Reply-To: <1220531033.3115.3.camel@goldfinger.johannes.nop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <57792e850809031556x24615eb8kf0eca3210be2cb6f@mail.gmail.com> <57792e850809031626v1760519eoff5ae132384578fa@mail.gmail.com> <57792e850809032336m56eee05au96654e55cfd52650@mail.gmail.com> <1220531033.3115.3.camel@goldfinger.johannes.nop> Subject: Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2 From: iamstever@gmail.com (steve) OK, I finally went to do it and this link doesn't work: PHP 5.3.0alpha2 VC9 x86 http://downloads.php.net/pierre/php-5.3.0alpha2-nts-Win32-VC9.zip On Thu, Sep 4, 2008 at 5:23 AM, Johannes Schl=FCter wrot= e: > On Wed, 2008-09-03 at 23:36 -0700, steve wrote: >> It is pretty much include() and its relatives. Autoloading with a lot >> of possible include paths. I'm sure if you had a Zend Framework App >> and put it on Windows, and took out all the require_onces with paths >> in them > > Try 5.3 please, our implementation of realpath(), one of the biggest > require_once slowdowns, as well as other parts were improved quite a > lot. > > Feedback is welcome :-) > > johannes > >