Re: [PHP-DOC] Docs correction for ini_get()

2004-07-07 Thread Nuno Lopes
> The page for function ini_get() (http://www.php.net/manual/en/function.ini-get.php) says: > > When querying boolean values: A boolean ini value of off will be returned > as an empty string while a boolean ini value of on will be returned as "1". > > However, when I set boolean ini values

Re: [PHP-DOC] Docs correction for ini_get()

2004-07-07 Thread Friedhelm Betz
Hi, [...] > > P.S. Is [EMAIL PROTECTED] the correct address to send such reports? > May I report things to this list without subscribing to it? > Anyway, please cc: me for now. Please file a bug report at http://bugs.php.net, type of bug "Documentation problem" for this issue. Regards

Re: [PHP-DOC] Docs correction for ini_get()

2004-07-07 Thread Antony Dovgal
On Wed, 7 Jul 2004 17:16:55 +0400 (MSD) "Alexander Konovalenko" <[EMAIL PROTECTED]> wrote: > The page for function ini_get() > (http://www.php.net/manual/en/function.ini-get.php) says: > > When querying boolean values: A boolean ini value of off will be > returned as an empty string while

[PHP-DOC] Docs correction for ini_get()

2004-07-07 Thread Alexander Konovalenko
The page for function ini_get() (http://www.php.net/manual/en/function.ini-get.php) says: When querying boolean values: A boolean ini value of off will be returned as an empty string while a boolean ini value of on will be returned as "1". However, when I set boolean ini values using t