Home » XML » XML_Serializer » Bug #7420
importing lot of xml-date, memory leak
Details
| Submitted | 2006-04-19 08:39 UTC |
|---|---|
| From | tobias at code-x dot de |
| Status | Wont fix |
| Package | XML_Serializer |
| PHP Version | 5.0.5 |
| OS | linux |
| 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.