Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32157 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71102 invoked by uid 1010); 10 Sep 2007 05:35:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71087 invoked from network); 10 Sep 2007 05:35:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2007 05:35:52 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.146.179 wa-out-1112.google.com Received: from [209.85.146.179] ([209.85.146.179:5451] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/73-44859-7B7D4E64 for ; Mon, 10 Sep 2007 01:35:52 -0400 Received: by wa-out-1112.google.com with SMTP id l24so1527824waf for ; Sun, 09 Sep 2007 22:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=/T5vORv5EVqJDgfl3nur+rK9jns4VIBR76iKFt5qOSc=; b=RcPpUeP9InVQI66PPJYPnHq/1j8Pn+hjJ0/mmt6YPu1pv8gMyp9E/SD2wgHR2wPfQd8ZgySfda4U29z4cbsMa71SUYLbEY7LvHu/B0dATQorsXa6vXO3UiNHc0UZdTY/YDx1nGUfeX5G2KLE98hISMZEX1iA3cdbnrN/ltxd+D4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fv35yf3WFozqVVP1i5Fu/3rzl7mt5xxWSvIXrn6tKh9+lvynRYSXHMqYBMWXYYla80vEhSV4SUomtXOi/oOcl0YJL6g4aCzuCTeokoLazOhQdnDu5VN1Aq/LVGPh2qb9Zm8rJoRza7BC0RKb1ocFhUgl9vKUp+/S8tAObdAd4Wo= Received: by 10.114.190.6 with SMTP id n6mr3558095waf.1189402549170; Sun, 09 Sep 2007 22:35:49 -0700 (PDT) Received: by 10.114.47.2 with HTTP; Sun, 9 Sep 2007 22:35:49 -0700 (PDT) Message-ID: Date: Mon, 10 Sep 2007 07:35:49 +0200 To: "Larry Garfield" Cc: internals@lists.php.net In-Reply-To: <200709100033.25943.larry@garfieldtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6F509818-65A2-4B17-8C44-6970E815A169@prohost.org> <46E4D085.8010803@lsces.co.uk> <200709100033.25943.larry@garfieldtech.com> Subject: Re: [PHP-DEV] PHP 5.3 Suggested Feature List From: pierre.php@gmail.com (Pierre) On 9/10/07, Larry Garfield wrote: > On Monday 10 September 2007, Lester Caine wrote: > > Scott MacVicar wrote: > > >> 6) Remove safe_mode, register_globals and magic_quotes > > >> > > >> 1 0 -1 > > > > > > +1, The sooner we get rid of this the better, though I could see things > > > going wrong if its not properly documented for everyone. I'd perhaps not > > > remove the functions such as get_magic_quotes_gpc and the likes and just > > > have them acting like they are disabled. This would prevent bc breaks > > > for most applications. > > > > Don't forget that the majority of users have yet to move FROM PHP4. So > > making things even more difficult to port over is not a good idea. > > I have two legacy sections of code that I STILL have not worked out what is > > stopping me switching off register_globals - code that I inherited from > > others. > > The correct time to break BC is PHP 6. Shared hosts, what most PHP code ends Please don't use this thread to discuss such problems, it is a vote only thread. Besides a small comment to explain your vote, there is no need to start again endless discussions here. Thanks for your understandings, --Pierre