Skip to content

Releases: Steveorevo/mysql2json

2.1.3

17 May 06:53
Compare
Choose a tag to compare

Fixes protected class data encoding in serialization.

2.1.2

07 Jun 01:51
Compare
Choose a tag to compare
Strict mode compatibility

2.1.0

26 May 03:27
Compare
Choose a tag to compare

Addresses critical issues with encoding/decoding stdClass vs associative arrays.

2.0.0

25 May 03:57
Compare
Choose a tag to compare

Now records serialized objects that result in __PHP_Incomplete_Class_Name; deciphering hidden private and protected properties and encodes them into JSON for analysis. When used with json2mysql, the __PHP_Incomplete_Class_Name is reconstructed into a pseudo-mirror class to re-serialize the PHP to be identical to the original serialized data fed to mysql2json.

1.1.2

11 May 22:31
Compare
Choose a tag to compare
resolve autoloader

1.1.1

11 May 21:38
Compare
Choose a tag to compare

Composer binary defined, configured for cross-platform compatibility.

1.1.0

09 Nov 10:54
Compare
Choose a tag to compare

Support serialized PHP
Small release runtime (sans .git)

1.0.0

14 Jan 23:36
Compare
Choose a tag to compare
Discriminate substring match