Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14758 invoked from network); 13 Jun 2009 15:41:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2009 15:41:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.146.177 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.146.177 wa-out-1112.google.com Received: from [209.85.146.177] ([209.85.146.177:52189] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/60-12802-DB8C33A4 for ; Sat, 13 Jun 2009 11:41:50 -0400 Received: by wa-out-1112.google.com with SMTP id m16so553818waf.7 for ; Sat, 13 Jun 2009 08:41:47 -0700 (PDT) Received: by 10.114.53.1 with SMTP id b1mr8088964waa.173.1244907707244; Sat, 13 Jun 2009 08:41:47 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id n40sm2888675wag.65.2009.06.13.08.41.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 13 Jun 2009 08:41:46 -0700 (PDT) Message-ID: <4A33C8B8.3050803@chiaraquartet.net> Date: Sat, 13 Jun 2009 10:41:44 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Mark Karpeles CC: PHP Developers Mailing List References: <1244880745.5155.3.camel@localhost> In-Reply-To: <1244880745.5155.3.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: PHP 5.3.0RC3 - changes to isset (Greg) From: greg@chiaraquartet.net (Greg Beaver) Mark Karpeles wrote: > Hello, > > After extracting my freshly downloaded copy of PHP 5.3.0RC3, I decided > to read NEWS and saw something that caught my attention: > > - Fixed isset() on sub-directories (isset("blah") if file "blah/foo.php" > exists). (Greg) > > Derick agreed with me on the fact this doesn't makes much sense. > > While I'm pretty sure it has nothing to do with isset() I decided to put > that in the subject line to make sure I get attention from the right > persons. > > Anyway I guess we should fix this NEWS entry and... I'm curious about > what this was supposed to be. Hi, This should read "Fixed isset() on phar sub-directories (isset($phar['blah'] if file blah/foo.php exists). (Greg)" Sorry :). I am not sure why I didn't make this clearer. Greg