ID: 28991 Updated by: [EMAIL PROTECTED] -Summary: Contradiction in DOCS Reported By: jordi at jcanals dot net Status: Analyzed Bug Type: Documentation problem Operating System: Irrelevant PHP Version: 4.3.7 New Comment:
The ini table generator should check for differences in PHP 4 and PHP 5 sources. And ideally it would check an older version of PHP 4 as well, maybe 4.3.0... and note all changes. Regarding this bug, one of these days all ini tables will be generated by the one script (which only generates the ini_set() one currently). A few open bug reports exist on this. Previous Comments: ------------------------------------------------------------------------ [2004-07-02 13:22:29] [EMAIL PROTECTED] session.use_trans_sid is PHP_INI_DIR for PHP 4 and PHP_INI_ALL for PHP 5. ------------------------------------------------------------------------ [2004-07-02 13:14:04] jordi at jcanals dot net Description: ------------ About the parameter session.use_trans_sid In /manual/en/ref.session.php says that is only setable in PHP_INI_SYSTEM | PHP_INI_PERDIR While in /manual/en/function.ini-set.php sqys it is setable in PHP_INI_ALL I think the first one is correct, and the second one is wrong I've tried it on my site, and setting it with ini_set seems not to work. Regards, Jordi. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28991&edit=1
