ID: 23465 Updated by: [EMAIL PROTECTED] -Summary: non documented Reported By: jhlavon at email dot cz Status: Open Bug Type: Documentation problem -Operating System: Win +Operating System: all -PHP Version: 4.3.1 +PHP Version: 4.3.3 New Comment:
Added brief docs (as per php.ini-dist) for these at php.net/session but am leaving this open until this strange mystery is better documented. Anyone, feel free :) http://cvs.php.net/cvs.php/phpdoc/en/reference/session/ini.xml The whole session section needs an overhaul but that's another story. Previous Comments: ------------------------------------------------------------------------ [2003-05-03 10:52:55] jhlavon at email dot cz When I setup "register_globals=off", PHP script produces warning, which isn't explained in documentation, same as probably next "hidden" setup options. Best regards, Jiri Message: Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=23465&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
