#4549 - Greater tolerance for corrupt PHP serialized data
| Identifier | #4549 |
|---|---|
| Issue type | Minor issue (breaks specific functionality) |
| Title | Greater tolerance for corrupt PHP serialized data |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 10.0.34 |
| Addon | core |
| Description | PHP serialized data is fragile, as it encodes offsets for specifying how to parse the data but this may be character-set dependent, and also single-character loss will throw it off. Anything stored in caches (high read/write throughput) or may contain localised data (requires correct Unicode character length handling) should be decoded with error tolerance. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet