Documentation on PHP session garbage collection needs updating.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php7.3 (Debian) |
Fix Released
|
Unknown
|
|||
php8.0 (Ubuntu) |
Won't Fix
|
Low
|
Unassigned | ||
php8.1 (Ubuntu) |
Fix Released
|
Low
|
Athos Ribeiro | ||
Jammy |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
The Ubuntu distribution of PHP doesn't use the usual PHP mechanism of session garbage collection. It sets "session.
In my Docker image, the PHP "sessionclean" program is being executed and it seems that this uses the "session.
If the Ubuntu team is going to modify the PHP package so it differs in behaviour from the description in the PHP provided documentation, then they need to provide updated documentation.
I would suggest that the simplest solution is to update the php.ini file so that where "session.
Related branches
- Bryce Harrington (community): Approve
- Canonical Server: Pending requested
-
Diff: 101 lines (+51/-0)4 files modifieddebian/changelog (+8/-0)
debian/patches/0046-Update-gcc-func-attr-macro.patch (+29/-0)
debian/patches/series (+1/-0)
debian/rules (+13/-0)
Changed in php7.3 (Debian): | |
status: | Unknown → New |
Changed in php7.3 (Debian): | |
status: | New → Fix Released |
affects: | php7.4 (Ubuntu) → php8.0 (Ubuntu) |
Changed in php8.0 (Ubuntu): | |
importance: | Undecided → Low |
tags: | added: server-todo |
Changed in php8.1 (Ubuntu): | |
importance: | Undecided → Low |
Changed in php8.0 (Ubuntu): | |
assignee: | nobody → Athos Ribeiro (athos-ribeiro) |
Changed in php8.1 (Ubuntu): | |
assignee: | nobody → Athos Ribeiro (athos-ribeiro) |
Changed in php8.1 (Ubuntu): | |
status: | New → Triaged |
status: | Triaged → Fix Committed |
tags: | removed: server-todo |
no longer affects: | php8.0 (Ubuntu Jammy) |
Changed in php8.1 (Ubuntu Jammy): | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in php8.0 (Ubuntu): | |
assignee: | Athos Ribeiro (athos-ribeiro) → nobody |
Changed in php8.0 (Ubuntu): | |
assignee: | nobody → Michał Małoszewski (michal-maloszewski99) |
status: | Triaged → In Progress |
Changed in php8.0 (Ubuntu): | |
assignee: | Michał Małoszewski (michal-maloszewski99) → nobody |
status: | In Progress → Triaged |
Changed in php8.0 (Ubuntu): | |
status: | Triaged → Won't Fix |
Changed in php8.1 (Ubuntu Jammy): | |
assignee: | nobody → Michał Małoszewski (michal-maloszewski99) |
Changed in php8.1 (Ubuntu Jammy): | |
importance: | Low → Wishlist |
Thanks for filing this bug in Ubuntu, and sorry for taking so long to get to it.
This seems like a reasonable request.