max_execution_time = _@_HTTP_PHP_EXECTIME_@_ ; Maximum execution time of each script, in seconds max_input_time = _@_HTTP_PHP_INPUTTIME_@_ ; Maximum amount of time each script may spend parsing request data memory_limit = _@_HTTP_PHP_MEMLIMIT_@_ ; Maximum amount of memory a script may consume (128MB) display_errors = Off log_errors = On post_max_size = _@_HTTP_PHP_FILESIZE_@_ enable_dl = On upload_max_filesize = _@_HTTP_PHP_FILESIZE_@_