subzero2000
86fe74d58e
Added support for gzip and enum types that was missing so when
Doctrine_Record::unserialize() calls Doctrine_Record::cleanData(), the data for gzip and enum types is correct. Fixes #322. Also, minor formatting cleanup in Doctrine_Record::serialize().
Description
Languages
PHP
100%