-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.ini
More file actions
executable file
·40 lines (38 loc) · 1.12 KB
/
php.ini
File metadata and controls
executable file
·40 lines (38 loc) · 1.12 KB
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
35
36
37
38
39
40
; Customizations
allow_url_fopen = Off
date.timezone = UTC
disable_functions = phpinfo, show_source, highlight_file, fopen_with_path, dbmopen, dbase_open, filepro, filepro_rowcount, filepro_retrieve, posix_mkfifo
error_log = /dev/stderr
expose_php = Off
html_errors = Off
max_execution_time = 300
memory_limit = 1024M
post_max_size = 100M
realpath_cache_ttl = 86400
session.cookie_httponly = 1
session.cookie_samesite = Strict
session.cookie_secure = 1
session.hash_bits_per_character = 6
session.hash_function = 1
session.name = rpsid
session.sid_bits_per_character = 6
session.sid_length = 64
session.use_only_cookies = 1
session.use_strict_mode = 1
upload_max_filesize = 100M
; OPCache
opcache.enable_cli = 1
opcache.fast_shutdown = 1
opcache.interned_strings_buffer = 8
opcache.max_accelerated_files = 65407
opcache.memory_consumption = 128
opcache.revalidate_freq = 60
opcache.validate_timestamps = 0
; XDebug
extension_xdebug = Off
xdebug.cli_color = 1
xdebug.client_host = host.docker.internal
xdebug.discover_client_host = true
xdebug.idekey = PHPSTORM
xdebug.log = /var/www/.xdebug/xdebug.log
xdebug.output_dir = /var/www/.xdebug/