forked from oneye/oneye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
php.ini
34 lines (32 loc) · 777 Bytes
/
php.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
;
; COMPATIBILITY
;
arg_separator.output = "&"
disable_classes =
disable_functions =
display_errors = 1
error_log = ./logs/php.txt
error_reporting = E_ALL
html_errors = 0
magic_quotes_gpc = 0
magic_quotes_runtime = 0
magic_quotes_sybase = 0
mbstring.func_overload = 0
register_globals = 0
safe_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
zend.ze1_compatibility_mode = 0
;
; CLIENT-DOWNLOAD
;
file_uploads = 1
; max_execution_time = 30
; max_input_time = -1
; memory_limit = 128M
; post_max_size = 8M
; upload_max_filesize = 2M
;
; SERVER-DOWNLOAD
;
allow_url_fopen = 1