>    The problem stems from the fact that some users have been
>    (ab)using session_register when register_globals is off.
>    session_register is only supposed to be used for the
>    register_globals=on case.

Those functions need to be updated in the manual then to reflect this
change. If I say  PHP >= 4.3.0 only allows session_register(),
session_is_registered(), and session_unregister() if register_globals is
enabled will that suffice?

John


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to