parse csv file
Posted: Fri Aug 15, 2008 7:02 am
hi
I parse a csv file under memory_limit = 128 without any problem but when I parse the file under memory_limit = 32 I receive the following message:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1943 bytes
while i want to execute the script under 32MB.
i can't change memory limit in my server
file size = 13567 ko
file lignes = 3509 lignes
can you help me
thanks
I parse a csv file under memory_limit = 128 without any problem but when I parse the file under memory_limit = 32 I receive the following message:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1943 bytes
while i want to execute the script under 32MB.
i can't change memory limit in my server
file size = 13567 ko
file lignes = 3509 lignes
can you help me
thanks