Opened 4 years ago
Closed 3 years ago
#1486322 closed Bugs (fixed)
Incompatibility with session.serialize_handler = php_binary
| Reported by: | SeeSchloss | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-beta |
| Component: | Core functionality | Version: | git-master |
| Severity: | normal | Keywords: | session serialize_handler php_binary |
| Cc: |
Description
Setting session.serialize_handler to "php_binary" breaks Roundcube's session handling (rcube_sess_unserialize isn't able to unserialize this binary format).
I suggest setting this value to "php", the default serialize handler, in the .htaccess file (or maybe completely rewriting Roundcube's session handling to make it also compatible with Suhosin's default configuration).
Change History (2)
comment:1 Changed 4 years ago by alec
- Milestone changed from later to 0.4-beta
comment:2 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Added ini_set in [7296ff7a].