30/06/2009, 18:56
|
| | | Fecha de Ingreso: abril-2007
Mensajes: 3.303
Antigüedad: 17 años, 7 meses Puntos: 292 | |
Memoria exausta (?) ;;;;;;;;;;;;;;;;;;;
; 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)
__________________ Salu2! |