php/doc-en

Documentation on session refers to rules from a topic that does not exist any more?

Aperta

#4448 aperta il 7 feb 2025

 (0 commenti) (0 reazioni) (0 assegnatari)XML (882 fork)auto 404
Extension: sessionbuggood first issue

Metriche repository

Star
 (596 stelle)
Metriche merge PR
 (Merge medio 99g 23h) (90 PR mergiate in 30 g)

Descrizione

From manual page: https://php.net/intro.session


The documentation says "Serialize handlers (php and php_binary) inherit register_globals limitations." But as I understand the "register_globals" feature/topic/documentation does not exist any more. I think that documentation section on rules for keys names could be done in a more clear and explicit manner e.g. using bullet list of things that are not allowed. Also it is not clear if these rules apply only "root" level entries in $_SESSION or also for nested data. Because all of these issues I am not sure if I see here the complete list of rules, or perhaps there is something more under "inheregister_globals limitations" topic, that I cannot find.

Guida contributor