· 7 years ago · Dec 12, 2017, 06:30 PM
1[PHP]
2
3;;;;;;;;;;;;;;;
4; PHP Globals ;
5;;;;;;;;;;;;;;;
6
7short_open_tag = Off
8output_buffering = 4096
9allow_call_time_pass_reference = Off
10variables_order = "GPCS"
11request_order = "GP"
12register_long_arrays = Off
13register_argc_argv = Off
14magic_quotes_gpc = Off
15enable_dl = Off
16allow_url_fopen = On
17realpath_cache_size = "800K"
18realpath_cache_ttl = "86400"
19disable_functions =
20;include_path = ".:/usr/share/pear:/usr/share/php"
21
22[Date]
23date.timezone = "UTC"
24
25;;;;;;;;;;;;;;;;;;;;;;
26;; PACKAGE SETTINGS ;;
27;;;;;;;;;;;;;;;;;;;;;;
28
29; Xdebug
30xdebug.max_nesting_level = 256
31xdebug.show_exception_trace = 0
32xdebug.collect_params = 0
33xdebug.remote_enable = 1
34xdebug.remote_host = 192.168.1.12
35xdebug.idekey = PHPSTORM
36
37; Globals
38expose_php = on
39max_execution_time = 90
40max_input_time = 900
41max_input_vars = 10000
42memory_limit = 512M
43upload_max_filesize = 100M
44post_max_size = 100M
45error_reporting = E_ALL & ~E_DEPRECATED
46ignore_repeated_errors = on
47html_errors = off
48display_errors = on
49log_errors = on