php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25624 FATAL: emalloc(): Unable to allocate 35 bytes
Submitted: 2003-09-22 06:00 UTC Modified: 2003-09-24 04:23 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: vijay at mitoken dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.3 OS: windows 2000 Professional
Private report: No CVE-ID: None
 [2003-09-22 06:00 UTC] vijay at mitoken dot com
Description:
------------
I am displaying my XML File in table format on the browser using PHP, but when ever i have an xml file of size more than 35 KB i get the following error

"FATAL:  emalloc():  Unable to allocate 35 bytes "

Expected result:
----------------
It should be able to allocate the memory based on the xml file size

Actual result:
--------------
FATAL:  emalloc():  Unable to allocate 35 bytes

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-22 06:57 UTC] sniper@php.net
Increase the memory_limit in php.ini. And upgrade to PHP 4.3.3 too.

 [2003-09-24 02:06 UTC] vijay at mitoken dot com
I doubled the memory_limit in my php.ini and upgraded the version to 4.3.3 still the same error is there anything else that has to be done, please kindly help me.
 [2003-09-24 04:23 UTC] sniper@php.net
Read http://bugs.php.net/how-to-report.php ?
(Provide a _short_ example of what you're doing?)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Sep 20 23:01:26 2024 UTC