Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27550 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16740 invoked by uid 1010); 20 Jan 2007 19:26:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16725 invoked from network); 20 Jan 2007 19:26:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2007 19:26:33 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:54432] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/AA-38163-8EC62B54 for ; Sat, 20 Jan 2007 14:26:33 -0500 Received: (qmail 13341 invoked from network); 20 Jan 2007 19:24:52 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 20 Jan 2007 19:24:52 -0000 Message-ID: <45B26CE2.80501@zend.com> Date: Sat, 20 Jan 2007 22:26:26 +0300 User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: steve CC: Edin Kadribasic , Ilia Alshanetsky , "internals@lists.php.net List" References: <0F741213-BCA4-4923-A83A-3E4E9C561DAE@prohost.org> <45B096C2.9040204@emini.dk> <57792e850701191704p39370b62g7dfcb22a9c7df6d2@mail.gmail.com> In-Reply-To: <57792e850701191704p39370b62g7dfcb22a9c7df6d2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2.1RC3 Released From: antony@zend.com (Antony Dovgal) On 01/20/2007 04:04 AM, steve wrote: > Hi, a couple of things (and maybe I need some help, and everything is > assuming windows): > > 1. Has something changed with realpath() (at least on windows, my only > test)??? In 5.2.0 if the file does not exist, it returns false, but in > 5.2.1RC2 and 5.2.1RC3 it returns the path to a non-existing file. > (Used fastcgi/nts version to test) Please fill a report @ bugs.php.net. Thanks in advance. > 2. I love having the nts versions. That way I can use FastCGI on my > dev machine and have it setup like the servers. And a bit faster. > However, RC3 run times are sooo much longer than RC2 that the FastCGI > server often ends up canceling and gives the browser a Internal > Service Error 500... > > 3. When using RC3 as a handler (thread safe version), phpinfo reports > PHP 5.2.0 but under apache2handler is says 5.2.1RC3....??? Most likely you forgot to delete old php5ts.dll. > And it no > longer has the real_path bug above. I no longer have any 5.2.0 files > around, and even tried restarting the machine to no effect. I always > install manually, never using the msi installer. -- Wbr, Antony Dovgal