-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.ini
More file actions
23 lines (19 loc) · 669 Bytes
/
php.ini
File metadata and controls
23 lines (19 loc) · 669 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
short_open_tag = On
display_errors = On
display_startup_errors = On
upload_max_filesize = 1024M
post_max_size = 1024M
date.timezone = "Europe/Prague"
error_reporting = E_ALL
phar.readonly = 0
always_populate_raw_post_data = -1
max_execution_time = 1000 ; Maximum execution time of each script, in seconds
max_input_time = -1 ; Maximum amount of time each script may spend parsing request data
memory_limit = 1024M ; Maximum amount of memory a script may consume (32MB)
max_input_vars = 10000;
log_errors = On
error_log = /tmp/php-error.log
;mysql.default_socket = /tmp/mysql.sock
;pdo_mysql.default_socket = /tmp/mysql.sock
[opcache]
opcache.revalidate_freq = 0