blob: b387c62e133e722d3b056e391080c95c17341ac6 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001[PHP]
2
3;;;;;;;;;;;;;;;;;;;;
4; Language Options ;
5;;;;;;;;;;;;;;;;;;;;
6
7engine = On
8;short_open_tag = Off
9precision = 12
10output_buffering = Off
11;output_handler =
12zlib.output_compression = Off
13;zlib.output_compression_level = -1
14;zlib.output_handler =
15implicit_flush = Off
16unserialize_callback_func =
17;unserialize_max_depth = 4096
18serialize_precision = 100
19;open_basedir =
20disable_functions =
21disable_classes =
22;highlight.string = #DD0000
23;highlight.comment = #FF9900
24;highlight.keyword = #007700
25;highlight.bg = #FFFFFF
26;highlight.default = #0000BB
27;highlight.html = #000000
28;ignore_user_abort = On
29;realpath_cache_size = 16k
30;realpath_cache_ttl = 120
31;zend.enable_gc = On
32;zend.multibyte = Off
33;zend.script_encoding =
34;zend.exception_ignore_args = On
35
36;;;;;;;;;;;;;;;;;
37; Miscellaneous ;
38;;;;;;;;;;;;;;;;;
39
40expose_php = On
41
42;;;;;;;;;;;;;;;;;;;
43; Resource Limits ;
44;;;;;;;;;;;;;;;;;;;
45
46max_execution_time = 30
47max_input_time = 60
48;max_input_nesting_level = 64
49;max_input_vars = 1000
50memory_limit = 8M
51
52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
53; Error handling and logging ;
54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
55
56error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
57display_errors = On
58display_startup_errors = Off
59log_errors = Off
60log_errors_max_len = 1024
61ignore_repeated_errors = Off
62ignore_repeated_source = Off
63report_memleaks = On
64;report_zend_debug = 0
65track_errors = Off
66;html_errors = Off
67;docref_root = "/phpmanual/"
68;docref_ext = .html
69;error_prepend_string = "<span style='color: #ff0000'>"
70;error_append_string = "</span>"
71;error_log = syslog
72;syslog.ident = php
73;syslog.facility = user
74;syslog.filter = ascii
75
76;;;;;;;;;;;;;;;;;
77; Data Handling ;
78;;;;;;;;;;;;;;;;;
79
80;arg_separator.output = "&amp;"
81;arg_separator.input = ";&"
82variables_order = "EGPCS"
83request_order = "GP"
84register_argc_argv = On
85auto_globals_jit = On
86;enable_post_data_reading = Off
87post_max_size = 8M
88auto_prepend_file =
89auto_append_file =
90default_mimetype = "text/html"
91;default_charset = "UTF-8"
92;internal_encoding =
93;input_encoding =
94;output_encoding =
95
96;;;;;;;;;;;;;;;;;;;;;;;;;
97; Paths and Directories ;
98;;;;;;;;;;;;;;;;;;;;;;;;;
99
100;include_path = ".:/php/includes"
101doc_root = "/www"
102user_dir =
103extension_dir = "/usr/lib/php"
104;sys_temp_dir = "/tmp"
105enable_dl = On
106;cgi.force_redirect = 1
107;cgi.nph = 1
108;cgi.redirect_status_env =
109cgi.fix_pathinfo = 1
110;cgi.discard_path = 1
111;fastcgi.impersonate = 1
112;fastcgi.logging = 0
113;cgi.rfc2616_headers = 0
114;cgi.check_shebang_line = 1
115
116;;;;;;;;;;;;;;;;
117; File Uploads ;
118;;;;;;;;;;;;;;;;
119
120file_uploads = On
121upload_tmp_dir = "/tmp"
122upload_max_filesize = 2M
123max_file_uploads = 20
124
125;;;;;;;;;;;;;;;;;;
126; Fopen wrappers ;
127;;;;;;;;;;;;;;;;;;
128
129allow_url_fopen = On
130allow_url_include = Off
131;from = "john@doe.com"
132;user_agent = "PHP"
133default_socket_timeout = 60
134;auto_detect_line_endings = Off