php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #75704 Document that objects in sessions are automatically serialized & unserialized.
Submitted: 2017-12-19 00:28 UTC Modified: 2020-12-09 15:36 UTC
From: ww dot galen at gmail dot com Assigned:
Status: Verified Package: Session related
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ww dot galen at gmail dot com
New email:
PHP Version: OS:

 

 [2017-12-19 00:28 UTC] ww dot galen at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/language.oop5.serialization
---

The object serialization & sessions manual page gives the impression that the only way to automatically have an object be serialized and unserialized is through the use of the long since removed `session_register()`. It could use an update that explicitly states that objects in `$_SESSION` get serialized & unserialized automatically (with the latter being triggered by `session_start()`).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-01-01 22:21 UTC] girgias@php.net
-Package: Documentation problem +Package: Session related
 [2020-12-09 15:36 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2020-12-09 15:36 UTC] cmb@php.net
I don't think it actually makes sense to describe session
(un)serialization behavior on that page.  That should better be
done in the session documentation or on the $_SESSION page; a link
to that documentation could be added to the serialization docs.

Anyhow, the session_register() referrals need to be removed from
that page.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC