Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27548 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50676 invoked by uid 1010); 20 Jan 2007 09:29:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 50661 invoked from network); 20 Jan 2007 09:29:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2007 09:29:16 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 88.217.2.45 cause and error) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 88.217.2.45 ppp-88-217-2-45.dynamic.mnet-online.de Linux 2.6 Received: from [88.217.2.45] ([88.217.2.45:35525] helo=johannes.nop) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/00-49794-BE0E1B54 for ; Sat, 20 Jan 2007 04:29:16 -0500 Received: from johannes.nop (localhost [127.0.0.1]) by johannes.nop (8.13.8/8.13.8) with ESMTP id l0K9Soft032403; Sat, 20 Jan 2007 10:28:50 +0100 Received: (from johannes@localhost) by johannes.nop (8.13.8/8.13.8/Submit) id l0K9Snl5032402; Sat, 20 Jan 2007 10:28:49 +0100 X-Authentication-Warning: johannes.nop: johannes set sender to johannes@php.net using -f To: steve Cc: Edin Kadribasic , Ilia Alshanetsky , "internals@lists.php.net List" In-Reply-To: <57792e850701191704p39370b62g7dfcb22a9c7df6d2@mail.gmail.com> References: <0F741213-BCA4-4923-A83A-3E4E9C561DAE@prohost.org> <45B096C2.9040204@emini.dk> <57792e850701191704p39370b62g7dfcb22a9c7df6d2@mail.gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sat, 20 Jan 2007 10:28:48 +0100 Message-ID: <1169285328.24767.298.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 (2.8.2.1-3.fc6) Subject: Re: [PHP-DEV] PHP 5.2.1RC3 Released From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi steve, On Fri, 2007-01-19 at 17:04 -0800, steve wrote: > 3. When using RC3 as a handler (thread safe version), phpinfo reports > PHP 5.2.0 but under apache2handler is says 5.2.1RC3....??? 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. This looks like you're having some old php5ts.dll around which is being loaded by the sapi instead of the new one. Please check again for that file. johannes