And I believe that PHP, when parsing ini, is reading value as INT instead of BOOL, that is why "off" leads to an empty value instead of 0. It also displays the value as INT in phpinfo(), i.e. 1/0 instead of On/Off.
And I believe that PHP, when parsing ini, is reading value as INT instead of BOOL, that is why "off" leads to an empty value instead of 0. It also displays the value as INT in phpinfo(), i.e. 1/0 instead of On/Off.