Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7239 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86224 invoked by uid 1010); 21 Jan 2004 12:11:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86179 invoked from network); 21 Jan 2004 12:11:06 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 21 Jan 2004 12:11:06 -0000 Received: (qmail 5541 invoked from network); 21 Jan 2004 12:11:01 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 21 Jan 2004 12:11:01 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20040121140813.02666a50@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 21 Jan 2004 14:11:01 +0200 To: Jani Taskinen Cc: internals@lists.php.net In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] [PATCH] Removal of deprecated 'gpc_order' php.ini option From: zeev@zend.com (Zeev Suraski) References: There is some BC issue, because if you configured gpc_order for something specific and you rely on it, this setting will be silently ignored... I *think* it's probably not that popular to change it, and that it's becoming less and less of an issue with the autoglobals. But on the other hand, why do you want to remove it if it doesn't cause any problems (or does it?)? Zeev At 12:14 21/01/2004, Jani Taskinen wrote: > Attached is a patch to FINALLY get rid of the deprecated > php.ini option 'gpc_order'. We've had note in the manual > also about it not even existing in PHP4 for ages.. > > Does anyone have any really good reason why it can NOT be > removed before PHP 5 goes gold? > > There is no BC issue, variables_order will default to what > it already is defaulting to in php.ini-*, so the behaviour > stays the same even without any php.ini. > > --Jani > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php