I installed php 4.3.dev the other day and now i get this error:
Warning: 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
i tried setting session.bug_compact_warn to 0, but it still had no effect.
i am runing php 4.3.dev with apache 2.0.43
any suggestions would be greatly appreciated. thanks!
Warning: 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
i tried setting session.bug_compact_warn to 0, but it still had no effect.
i am runing php 4.3.dev with apache 2.0.43
any suggestions would be greatly appreciated. thanks!