Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27593 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47021 invoked by uid 1010); 22 Jan 2007 21:32:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47006 invoked from network); 22 Jan 2007 21:32:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2007 21:32:59 -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.184.224 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.184.224 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.224] ([64.233.184.224:41360] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/2B-07357-A8D25B54 for ; Mon, 22 Jan 2007 16:32:59 -0500 Received: by wr-out-0506.google.com with SMTP id 70so854811wra for ; Mon, 22 Jan 2007 13:32:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UQgHqFG6nzUt2ibwikuOYxHA2nSvMPpBUgj9KmniXKkm9YKU1EMpichLW8z06oA1x9C2BjuwGbK0sxTf9mtJFcVpBiVtiDnuC6IGveAEfJHpQ3+Yxo6cI9uNrjIE904S6F0/TiVayI7c4Mm1N55qXRmOxrx4Yusl+ClBcsp9qPY= Received: by 10.90.52.2 with SMTP id z2mr6916193agz.1169501576534; Mon, 22 Jan 2007 13:32:56 -0800 (PST) Received: by 10.90.100.6 with HTTP; Mon, 22 Jan 2007 13:32:56 -0800 (PST) Message-ID: <57792e850701221332t7eda5142y7c630f9747cc2e@mail.gmail.com> Date: Mon, 22 Jan 2007 13:32:56 -0800 To: "Antony Dovgal" Cc: "Edin Kadribasic" , "Ilia Alshanetsky" , "internals@lists.php.net List" In-Reply-To: <45B26CE2.80501@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <0F741213-BCA4-4923-A83A-3E4E9C561DAE@prohost.org> <45B096C2.9040204@emini.dk> <57792e850701191704p39370b62g7dfcb22a9c7df6d2@mail.gmail.com> <45B26CE2.80501@zend.com> Subject: Re: [PHP-DEV] PHP 5.2.1RC3 Released From: iamstever@gmail.com (steve) On 1/20/07, Antony Dovgal wrote: > 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. Since I have the thread safe version of rc3 running now, and it is not there, i suspect that it might be a build issue. Do the two use or link to different core libraries? > > 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. Yes, found that, thanks... I knew I had to have done something wrong... -steve--