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