Re: [PHP] domxml_load_mem()/_file()

2005-07-02 Thread Jochem Maas
Chris Boget wrote: If it's because of memory issues then it will indicated by an error message saying that your script has tried to allocate more than the allowed memory limit (and it's easy to fix by adjusting this limit in php.ini) Actually, I'm not getting any error at all. The script just

Re: [PHP] domxml_load_mem()/_file()

2005-06-29 Thread Chris Boget
> If it's because of memory issues then it will indicated by an error > message saying that your script has tried to allocate more than the > allowed memory limit (and it's easy to fix by adjusting this limit in > php.ini) Actually, I'm not getting any error at all. The script just halts. I am o

[PHP] domxml_load_mem()/_file()

2005-06-29 Thread Chris Boget
Is there a hard limit to the size of the file you can load into the DOM using either of the above functions? I ask because I have a 5mb XML file I'm trying to load and both functions die when used. I've whittled the size down to about 1.5mb and both functions then work. It's not as if it's dying