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 the php_flag directive in my .htaccess 
file, ini_get() returns "0" for Off. I'm using PHP 4.3.4 (and Apache 1.3.31).

Do you observe the same behavior?

 -- Alexander

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.

Reply via email to