forked from Dygear/PRISM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
php.ini
47 lines (42 loc) · 1.01 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
[PHP]
date.timezone = "UTC"
memory_limit = 8M
extension_dir = "."
;extension = php_pdo.dll
;extension = php_pdo_sqlite.dll
max_execution_time = 0
max_input_time = 0
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
display_startup_errors = On
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
log_errors = On
log_errors_max_len = 1024
error_log = "./error.log"
short_open_tag = Off
asp_tags = Off
serialize_precision = 100
allow_call_time_pass_reference = Off
safe_mode = Off
safe_mode_gid = Off
register_globals = Off
register_long_arrays = Off
register_argc_argv = On
auto_globals_jit = On
enable_dl = On
allow_url_fopen = On
user_agent = "PHP"
default_socket_timeout = 1
auto_detect_line_endings = Off
;zend_extension = "php_xdebug-2.1.0-5.3-vc9-nts.dll"
;xdebug.profiler_enable = 1
;xdebug.profiler_output_dir = "."
;xdebug.trace_output_dir = "."
;xdebug.trace_format = 0
;xdebug.auto_trace = 1
;xdebug.show_mem_delta = 1
;xdebug.collect_params = 1
;xdebug.collect_return = 1