Changes between Initial Version and Version 1 of Ticket #55942, comment 77
- Timestamp:
- 05/09/2023 09:20:26 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55942, comment 77
initial v1 14 14 15 15 The original idea was two-fold: 16 - Add a way to get "strict" option and meta values. I.e. the PHP type of the data when it was saved in the DB.16 - Add a way to get "strict" option and meta values. I.e. preserve the PHP type of the data when it was saved in the DB. 17 17 - To reduce number of calls to `maybe_unserialize()` (which would have happened as a result of implementing strict types). 18 18