Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22195 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64138 invoked by uid 1010); 7 Mar 2006 14:18:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64122 invoked from network); 7 Mar 2006 14:18:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 14:18:06 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:60956] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 17/0B-22029-D169D044 for ; Tue, 07 Mar 2006 09:18:05 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id C7BC8DF013C; Tue, 7 Mar 2006 15:17:57 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21995-01; Tue, 7 Mar 2006 15:17:47 +0100 (CET) Received: from [127.0.0.1] (i577B5EC0.versanet.de [87.123.94.192]) by ipx11223.ipxserver.de (Postfix) with ESMTP id C13A1DF0142; Tue, 7 Mar 2006 15:17:46 +0100 (CET) Message-ID: <440D9608.5070909@php.net> Date: Tue, 07 Mar 2006 15:17:44 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Zeev Suraski Cc: pierre.php@gmail.com, internals@lists.php.net, Derick Rethans References: <20060305162128.5b1fdb86@localhost.localdomain> <20060306214619.5e6ec076@localhost.localdomain> <006301c641a5$17625f50$6600a8c0@binarysecfb111> <440D3C70.5040003@hardened-php.net> <440D3D7F.5080505@lerdorf.com> <440D3E24.2040101@hardened-php.net> <20060307112759.7ed7e9ec@localhost.localdomain> <7.0.1.0.2.20060307160220.05bda238@zend.com> In-Reply-To: <7.0.1.0.2.20060307160220.05bda238@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Re: Adieu register_globals From: lsmith@php.net (Lukas Smith) Zeev Suraski wrote: > The point is that breakage is aggregated, not binary. The more stuff we > break, the more difficult it is to port, and frankly, it's quite likely > that a non OO app could migrate fairly cleanly even to PHP 6 with > unicode disabled (perhaps with minor fixes). get_magic_quotes_gpc() is > designed for apps to do something differently depending on the value of > magic_quotes_gpc. It's fine that it's always off in PHP 6, but there's > no reason not to keep this function (to always return false) so that you > don't have to fix God knows how many lines of code to remove it. yes .. php script thats worked with gpc off (and that had some code to detect if its on and act accordingly) should still work without change. regards, Lukas