This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Serialize field values to preserve their original type
Solves a bug where a non-string field value results in a critical error on PHP 7.1.
This release also improves the data quality as it will store PHP serialized values. Once retrieved from the file/database log the serialized value can be reverse transformed to its original format.