Saturday 15 January 2011

How to config PHP/Apache such that 'Off', 'No', 'False', '0' return the same value? -



How to config PHP/Apache such that 'Off', 'No', 'False', '0' return the same value? -

the display value of ini_get php.ini flag "" (empty string) if boolean declared using constants off, no, or false.

however, if boolean declared using 0, display value "0".

is there php/apache configuration can modify alter behavior, such same value regardless of way boolean declared?

php apache .htaccess configuration-files ini

No comments:

Post a Comment