;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 600 ; Maximum execution time of each script, in seconds -60
max_input_time = 600 ; Maximum amount of time each script may spend parsing request data
memory_limit = 300M ; Maximum amount of memory a script may consume (16MB)
Amigos: como pueden ver... puse que el minimo de memoria sean 300M en php.ini pero al intentar hacer un str_ireplace() obtuve este error:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 3300432 bytes)