python/Class.PHP_Serializer
| 6403 | no demo link | [ code ] | 2006-08-19 00:17:13 |
Another Python / PHP serialier / unserializer class, based on JavaScript PHP_Serializer class code, rewrote for Python.
Converts list, dict, tuple, int, float, long, string, bool, None and classes to PHP and unserialize list, dict, int, float, string, bool, None and classes from PHP.
Special thanks to Scott Hurring for some ideas and his serialize project
[http://www.hurring.com/code/python/serialize/]
Thanks to italian python ML too.
Version 0.1c has a security fix, please update your version.
Converts list, dict, tuple, int, float, long, string, bool, None and classes to PHP and unserialize list, dict, int, float, string, bool, None and classes from PHP.
Special thanks to Scott Hurring for some ideas and his serialize project
[http://www.hurring.com/code/python/serialize/]
Thanks to italian python ML too.
Version 0.1c has a security fix, please update your version.