Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17887 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47961 invoked by uid 1010); 12 Aug 2005 18:01:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47942 invoked from network); 12 Aug 2005 18:01:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2005 18:01:20 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:39195] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 75/87-33075-FE3ECF24 for ; Fri, 12 Aug 2005 14:01:19 -0400 Received: (qmail 20432 invoked from network); 12 Aug 2005 18:01:15 -0000 Received: from cpe00095beeab35-cm000f9f7d6664.cpe.net.cable.rogers.com (HELO ?192.168.1.101?) (69.196.31.219) by prohost.org with SMTP; 12 Aug 2005 18:01:15 -0000 Message-ID: <42FCE3E9.7010104@prohost.org> Date: Fri, 12 Aug 2005 14:01:13 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rasmus Lerdorf , internals@lists.php.net References: <42FCE0E4.604@lerdorf.com> In-Reply-To: <42FCE0E4.604@lerdorf.com> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 6.0 Wishlist From: ilia@prohost.org (Ilia Alshanetsky) Rasmus Lerdorf wrote: > 1. Remove register_globals completely +1 > 2. Remove magic_quotes_* +1 > 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. +1 As long as swapping for raw takes no more then a function call per input type, ala restore_input(PHP_GET). > 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. +1 As long as it does not prevent alternate solutions from being used. > 5. Remove safe_mode and focus on open_basedir +1 > 6. Remove some stuff that has been marked deprecated since PHP 3/4 Let's do this on a case by case basis, perhaps make a list of all deprecated items and vote on them individually. > 8. Remove various function aliases That closely relates to 6, so same comments apply. Ilia