PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_Serializer » Bug #7420

importing lot of xml-date, memory leak

Details

Submitted2006-04-19 08:39 UTC
Fromtobias at code-x dot de
StatusWont fix
PackageXML_Serializer
PHP Version5.0.5
OSlinux
Roadmaps(Not assigned)

Comments

[2006-04-19 08:39 UTC] tobias at code-x dot de

Description:
------------
importing lot of xml date max an memory leak.

after using the unserializer you must run

unset($unserializer->_parser);
unset($unserializer);

because php don't frees or overrides this variables.