Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17886 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47497 invoked by uid 1010); 12 Aug 2005 18:01:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47482 invoked from network); 12 Aug 2005 18:01:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 18:01:00 -0000 X-Host-Fingerprint: 216.145.54.171 mrout1.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([216.145.54.171:29886] helo=mrout1.yahoo.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F0/77-33075-CD3ECF24 for ; Fri, 12 Aug 2005 14:01:00 -0400 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) by mrout1.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id j7CHxAJM023614; Fri, 12 Aug 2005 10:59:10 -0700 (PDT) In-Reply-To: <42FCE0E4.604@lerdorf.com> References: <42FCE0E4.604@lerdorf.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <8aa585bc34acc2c65a01676c199440c9@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: internals Date: Fri, 12 Aug 2005 10:59:07 -0700 To: Rasmus Lerdorf X-Mailer: Apple Mail (2.622) Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: andrei@gravitonic.com (Andrei Zmievski) On Aug 12, 2005, at 10:48 AM, Rasmus Lerdorf wrote: > 1. Remove register_globals completely Yes. > 2. Remove magic_quotes_* Yes. Nothing but trouble, this one. > 3. Add input filter extension which will include a mechanism for > application developers to very easily turn it off which would swap > the raw GPC arrays back in case the site had it turned on by > default. Yes. > 4. Include an opcode cache by default. A lot of work has gone into > pecl/apc recently, but I am not hung up on which one goes in. Emphatically yes. > 5. Remove safe_mode and focus on open_basedir Yes. > 6. Remove some stuff that has been marked deprecated since PHP 3/4 I don't have an exact list of this, but yes. > A couple of others that we could consider, but I don't actually think > wins us much apart from academic purity (which I have never been all > that keen on) are: > > 7. Make identifiers case-sensitive I've already stuck my neck out on this one a couple of times, and haven't gotten much traction, but sure.. > 8. Remove various function aliases Could be nice to clean up. -Andrei