Talk:Required PHP-INI Settings
From refbase
[edit]
Inconsistent integer booleans
http://ca.php.net/session documents both of these as booleans having default value "1", but my PHP 5.1.1 phpinfo() displays both as "On".
file_uploads On session.use_cookies 1
MaxEnt 18:44, 17 March 2007 (CET)
- In PHP, these are equivalent. --Karnesky 19:30, 17 March 2007 (CET)
