session.bug_compat_42和session.bug_compat_warn是干什么的?
涩色滴人 2003-11-19 07:35:57 在我的页面中,系统提示我
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
请问,题中标出的两个变量是干什么用的?我的问题出在哪?
PHP 4.3.3版本!~~~~~