I tend to write strange/bad/poor/etc English

Anyway, when ini directives are set in php.ini,
by ini_set() or like. Setting ini values may
result in calling ini directive handler defined
by PHP_INI_MH() macro in a module.

However, mod_php4.c's php_apache_value_handler_ex()
will not call ini directive handler, but it just
updates ini directive value hash...

This will result in:

    Values may not be converted to appropriate values.
    For example,
        php_admin_value error_reporting "E_ALL"
    does not work.
    While
        php_admin_value error_reporting 2047
    works.

    User may have unexpected behavior, since module
    may have problem values updated directly.
    php_flag/php_admin_flag have the same issue.

Please feel free to repharse, etc.
Thank you fixing my English :)

--
Yasuo Ohgaki



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to