Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83214 invoked from network); 9 Apr 2010 22:40:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2010 22:40:02 -0000 Authentication-Results: pb1.pair.com header.from=mike@rile.ca; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mike@rile.ca; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rile.ca from 208.113.200.5 cause and error) X-PHP-List-Original-Sender: mike@rile.ca X-Host-Fingerprint: 208.113.200.5 caibbdcaaaaf.dreamhost.com Received: from [208.113.200.5] ([208.113.200.5:57210] helo=friskymail-a1.g.dreamhost.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/DA-54833-1CCAFBB4 for ; Fri, 09 Apr 2010 18:40:02 -0400 Received: from MikePC (76-10-149-102.dsl.teksavvy.com [76.10.149.102]) by friskymail-a1.g.dreamhost.com (Postfix) with ESMTP id 385435F543; Fri, 9 Apr 2010 15:39:57 -0700 (PDT) To: "'Kalle Sommer Nielsen'" , "'Internals'" , "'Philip Olson'" References: In-Reply-To: Date: Fri, 9 Apr 2010 18:38:10 -0400 Message-ID: <000001cad835$567bf130$0373d390$@ca> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrXbbfjqM83I44BRnKZSkNRPSefrAAxevrg Content-Language: en-ca Subject: RE: [PHP-DEV] [RFC] Removal of deprecated features From: mike@rile.ca ("Mike Robinson") Hi, Respectfully, FWIW... > safe_mode/register_globals/register_long_arrays/magic_quotes_*/allow_ca > ll_time_pass_reference +1 > asp_tags > - Proposed to be removed aswell, Tony had a patch for this[5]. -1 No way. While I abhor there use, _many_ people do not. > sql_safe_mode > - Theres currently an RFC in the works about this by Johannes[6]. +1 > session_register/session_is_registered/session_register > - Only needed for register_globals, Hannes removed those in PHP6. +1 > enable_dl > - Is this really worth keeping, since dl() was disabled on almost all > SAPIs except for CLI/CGI/Embed? +1 > Support for Freetype 1 and GD 1 > - Removed by Pierre in PHP6 +1 (With my sincere gratitude to Thomas for his work all those years) > Class named constructors -1 Not in 5.x - the BC break here is huge. Best Regards Mike Robinson