Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48541 invoked by uid 1010); 10 Sep 2007 19:08:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48526 invoked from network); 10 Sep 2007 19:08:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 19:08:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:32885] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/D2-27808-11695E64 for ; Mon, 10 Sep 2007 15:08:01 -0400 Received: from dhcp-172-28-204-149.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 20C271B3622; Mon, 10 Sep 2007 21:07:57 +0200 (CEST) Date: Mon, 10 Sep 2007 21:07:56 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1832959831.20070910210756@marcus-boerger.de> To: Ilia Alshanetsky CC: PHP Developers Mailing List In-Reply-To: <1318290705.20070910150857@marcus-boerger.de> References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <1318290705.20070910150857@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: helly@php.net (Marcus Boerger) Hello Ilia, Monday, September 10, 2007, 3:08:57 PM, you wrote: > Hello Ilia, > Sunday, September 9, 2007, 7:07:37 PM, you wrote: >> 6) Remove safe_mode, register_globals and magic_quotes > remove register_globals only, rest for 6.* Actually we should get E_DEPRECATED and mark all as deprecated and be done for 5.3. Even though I hate globals and hate me for saying this. But it is better to go with deprecated first. That way we reduce the WTF factor of our users by finally telling them what is going to change in the future to give them preparation time. Best regards, Marcus