[eluser]DiegoHF[/eluser]
Hi everybody
first of all, sorry about my english :-)
I got a problem this week using the list_files() function of FTP class, my problem is that I have a directory with a lot of archives and when a try to list these archrives the server returns me an error like this:
Code:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /home/frangofacio/www/nfe/sistema/libraries/Ftp.php on line 507
The line 507 is just the list_files() function!!!
someone knows how can I alocate more memory? I already tryed the ini_set() function of PHP but it does not work!!
Tanks for atention!!!