ivan-berezhnov / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 39 bytes) in C:\xampp\htdocs\ISE\includes\Excel\reader.php on line 1682 #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I upload a large file I get the this error. But it's works very
good with files smalle  

Original issue reported on code.google.com by hermanal...@gmail.com on 20 Apr 2010 at 4:36

GoogleCodeExporter commented 9 years ago
I also want see streaming support there.

Original comment by pahanhub...@gmail.com on 9 Jul 2010 at 9:07

GoogleCodeExporter commented 9 years ago
please use ini_set('limit',-1);

Original comment by suresve...@gmail.com on 17 Aug 2010 at 7:59

GoogleCodeExporter commented 9 years ago
It may be forbidden in shared hosting. Furthermore, it is not solution in 
global scope, because PHP on 32 bit machine always restricted to 4Gb of memory 
(PAE can even small increase it).

Original comment by hubbi...@gmail.com on 17 Aug 2010 at 8:20