Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session_register() function does not appear to exist #2730

Closed
apollo1800 opened this issue Sep 2, 2023 · 1 comment
Closed

session_register() function does not appear to exist #2730

apollo1800 opened this issue Sep 2, 2023 · 1 comment
Labels
bug Documentation contains incorrect information Extension: session good first issue Good for newcomers Status: Verified

Comments

@apollo1800
Copy link

The note at the bottom of the page refers to a function "session_register()" that does not appear to exist. PHP has a function named "session_register_shutdown()" but that does not appear to be relevant to the note.

https://www.php.net/manual/en/intro.session.php

@damianwadley
Copy link
Member

session_register was part of an API for "registering" variables in the session. It was removed some 11 years ago with PHP 5.4.
https://www.php.net/ChangeLog-5.php#5.4.0

@Girgias Girgias added bug Documentation contains incorrect information good first issue Good for newcomers Status: Verified Extension: session labels Sep 2, 2023
@Girgias Girgias closed this as completed in ba6a83c Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Documentation contains incorrect information Extension: session good first issue Good for newcomers Status: Verified
Projects
None yet
Development

No branches or pull requests

3 participants