Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10022 invoked by uid 1010); 7 Jul 2004 19:12:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9975 invoked by uid 1007); 7 Jul 2004 19:12:47 -0000 Message-ID: <20040707191246.9974.qmail@pb1.pair.com> To: internals@lists.php.net Date: Wed, 07 Jul 2004 21:21:45 +0200 Reply-To: redeye@erisx.de Organization: Erisx Development User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <002701c46454$a11a1c90$0100a8c0@pc07653> In-Reply-To: <002701c46454$a11a1c90$0100a8c0@pc07653> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 217.229.23.132 Subject: Re: ini_get() changes in PHP 5 From: redeye@erisx.de (Red Wingate) i experienced this using PHP4 ( guess it is 4.2.x ) in our local production enviroment and with one of our clients servers ( 4.3.2 ) -- red Nuno Lopes wrote: > Hello, > > A user have reported a bug in the documentation about ini_get(). > > Check this: > // if register_globals is off > var_dump(ini_get('register_globals')); > ?> > > outputs: > string(1) "0" in PHP 4 > -and- > string(0) "" in PHP 5 > > > I think the issue must be clarified, as if it is a a feature it is a > backward incompatible change and must be documented. > > > Nuno