Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59897 invoked from network); 13 Jun 2009 08:12:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2009 08:12:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=karpeles@ookoo.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=karpeles@ookoo.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ookoo.org designates 88.191.88.38 as permitted sender) X-PHP-List-Original-Sender: karpeles@ookoo.org X-Host-Fingerprint: 88.191.88.38 lamune.ookoo.org Linux 2.6 Received: from [88.191.88.38] ([88.191.88.38:51477] helo=Lamune.ookoo.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/44-32591-37F533A4 for ; Sat, 13 Jun 2009 04:12:37 -0400 Received: (PMaild MTA 111263 on Lamune.ookoo.org processing mail to pair1.php.net); Sat, 13 Jun 2009 10:12:37 +0200 Received: (PMaild 111261 invoked for remote email internals@lists.php.net); Sat, 13 Jun 2009 10:12:28 +0200 Received: from [192.168.0.212] (30.3.207-77.rev.gaoland.net [77.207.3.30]) by Lamune.ookoo.org (pMaild); Sat, 13 Jun 2009 10:12:28 +0200 Received: SMTP authenticated user logged in; a2FycGVsZXNAb29rb28ub3Jn; Sat, 13 Jun 2009 10:12:28 +0200 To: PHP Developers Mailing List Content-Type: text/plain Date: Sat, 13 Jun 2009 10:12:25 +0200 Message-ID: <1244880745.5155.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Subject: PHP 5.3.0RC3 - changes to isset (Greg) From: karpeles@ookoo.org (Mark Karpeles) 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. Best regards, Mark Karpeles