Subversion Repositories configs

Rev

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

Rev 179 Rev 180
Line 380... Line 380...
380
;;;;;;;;;;;;;;;;;;;
380
;;;;;;;;;;;;;;;;;;;
381
 
381
 
382
; Maximum execution time of each script, in seconds
382
; Maximum execution time of each script, in seconds
383
; http://php.net/max-execution-time
383
; http://php.net/max-execution-time
384
; Note: This directive is hardcoded to 0 for the CLI SAPI
384
; Note: This directive is hardcoded to 0 for the CLI SAPI
385
max_execution_time = 30
385
max_execution_time = 300
386
 
386
 
387
; Maximum amount of time each script may spend parsing request data. It's a good
387
; Maximum amount of time each script may spend parsing request data. It's a good
388
; idea to limit this time on productions servers in order to eliminate unexpectedly
388
; idea to limit this time on productions servers in order to eliminate unexpectedly
389
; long running scripts.
389
; long running scripts.
390
; Note: This directive is hardcoded to -1 for the CLI SAPI
390
; Note: This directive is hardcoded to -1 for the CLI SAPI
391
; Default Value: -1 (Unlimited)
391
; Default Value: -1 (Unlimited)
392
; Development Value: 60 (60 seconds)
392
; Development Value: 60 (60 seconds)
393
; Production Value: 60 (60 seconds)
393
; Production Value: 60 (60 seconds)
394
; http://php.net/max-input-time
394
; http://php.net/max-input-time
395
max_input_time = 60
395
max_input_time = 300
396
 
396
 
397
; Maximum input variable nesting level
397
; Maximum input variable nesting level
398
; http://php.net/max-input-nesting-level
398
; http://php.net/max-input-nesting-level
399
;max_input_nesting_level = 64
399
;max_input_nesting_level = 64
400
 
400
 
Line 581... Line 581...
581
 
581
 
582
; Log errors to specified file. PHP's default behavior is to leave this value
582
; Log errors to specified file. PHP's default behavior is to leave this value
583
; empty.
583
; empty.
584
; http://php.net/error-log
584
; http://php.net/error-log
585
; Example:
585
; Example:
586
;error_log = php_errors.log
586
error_log = php_errors.log
587
; Log errors to syslog (Event Log on Windows).
587
; Log errors to syslog (Event Log on Windows).
588
;error_log = syslog
588
;error_log = syslog
589
 
589
 
590
; The syslog ident is a string which is prepended to every message logged
590
; The syslog ident is a string which is prepended to every message logged
591
; to syslog. Only used when error_log is set to syslog.
591
; to syslog. Only used when error_log is set to syslog.
Line 688... Line 688...
688
 
688
 
689
; Maximum size of POST data that PHP will accept.
689
; Maximum size of POST data that PHP will accept.
690
; Its value may be 0 to disable the limit. It is ignored if POST data reading
690
; Its value may be 0 to disable the limit. It is ignored if POST data reading
691
; is disabled through enable_post_data_reading.
691
; is disabled through enable_post_data_reading.
692
; http://php.net/post-max-size
692
; http://php.net/post-max-size
693
post_max_size = 8M
693
post_max_size = 16M
694
 
694
 
695
; Automatically add files before PHP document.
695
; Automatically add files before PHP document.
696
; http://php.net/auto-prepend-file
696
; http://php.net/auto-prepend-file
697
auto_prepend_file =
697
auto_prepend_file =
698
 
698
 
Line 918... Line 918...
918
 
918
 
919
[Date]
919
[Date]
920
; Defines the default timezone used by the date functions
920
; Defines the default timezone used by the date functions
921
; http://php.net/date.timezone
921
; http://php.net/date.timezone
922
;date.timezone =
922
;date.timezone =
-
 
923
date.timezone = "America/New_York"
923
 
924
 
924
; http://php.net/date.default-latitude
925
; http://php.net/date.default-latitude
925
;date.default_latitude = 31.7667
926
;date.default_latitude = 31.7667
926
 
927
 
927
; http://php.net/date.default-longitude
928
; http://php.net/date.default-longitude