--- php-5.2.0/php.ini~ 2006-11-03 01:30:58.000000000 +0200 +++ php-5.2.0/php.ini 2006-11-03 01:32:07.000000000 +0200 @@ -321,7 +321,7 @@ max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data -memory_limit = 16M ; Maximum amount of memory a script may consume (16MB) +memory_limit = 32M ; Maximum amount of memory a script may consume (32MB) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;