simplexml_load_file and memory problem
Posted
by kusanagi
on Stack Overflow
See other posts from Stack Overflow
or by kusanagi
Published on 2010-05-19T09:48:45Z
Indexed on
2010/05/19
9:50 UTC
Read the original article
Hit count: 355
i have 2 xml files. if i load them separatly in one script, it works fine. but if i load them togerether- it crashes with error
Allowed memory size of 67108864 bytes exhausted
what the problem? who free memory?
© Stack Overflow or respective owner