Subversion Repositories configs

Rev

Rev 195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 195 Rev 204
Line 383... Line 383...
383
;;;;;;;;;;;;;;;;;;;
383
;;;;;;;;;;;;;;;;;;;
384
 
384
 
385
; Maximum execution time of each script, in seconds
385
; Maximum execution time of each script, in seconds
386
; http://php.net/max-execution-time
386
; http://php.net/max-execution-time
387
; Note: This directive is hardcoded to 0 for the CLI SAPI
387
; Note: This directive is hardcoded to 0 for the CLI SAPI
388
max_execution_time = 30
388
;max_execution_time = 30
-
 
389
max_execution_time = 600
389
 
390
 
390
; Maximum amount of time each script may spend parsing request data. It's a good
391
; Maximum amount of time each script may spend parsing request data. It's a good
391
; idea to limit this time on productions servers in order to eliminate unexpectedly
392
; idea to limit this time on productions servers in order to eliminate unexpectedly
392
; long running scripts.
393
; long running scripts.
393
; Note: This directive is hardcoded to -1 for the CLI SAPI
394
; Note: This directive is hardcoded to -1 for the CLI SAPI
Line 404... Line 405...
404
; How many GET/POST/COOKIE input variables may be accepted
405
; How many GET/POST/COOKIE input variables may be accepted
405
;max_input_vars = 1000
406
;max_input_vars = 1000
406
 
407
 
407
; Maximum amount of memory a script may consume
408
; Maximum amount of memory a script may consume
408
; http://php.net/memory-limit
409
; http://php.net/memory-limit
409
memory_limit = 128M
410
;memory_limit = 128M
-
 
411
memory_limit = 512M
410
 
412
 
411
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
413
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
412
; Error handling and logging ;
414
; Error handling and logging ;
413
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
415
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
414
 
416