-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathphp_compat.ini
335 lines (335 loc) · 11.2 KB
/
php_compat.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
{
"allow_url_fopen": "1",
"allow_url_include": "",
"arg_separator.input": "&",
"arg_separator.output": "&",
"assert.active": "1",
"assert.bail": "0",
"assert.callback": null,
"assert.exception": "0",
"assert.quiet_eval": "0",
"assert.warning": "1",
"auto_append_file": "",
"auto_detect_line_endings": "0",
"auto_globals_jit": "1",
"auto_prepend_file": "",
"bcmath.scale": "0",
"browscap": null,
"cli.pager": "",
"cli.prompt": "\\b \\> ",
"curl.cainfo": "",
"date.default_latitude": "31.7667",
"date.default_longitude": "35.2333",
"date.sunrise_zenith": "90.583333",
"date.sunset_zenith": "90.583333",
"date.timezone": "",
"dba.default_handler": "flatfile",
"default_charset": "UTF-8",
"default_mimetype": "text/html",
"default_socket_timeout": "60",
"disable_classes": "",
"disable_functions": "",
"display_errors": "1",
"display_startup_errors": "1",
"doc_root": null,
"docref_ext": "",
"docref_root": "",
"enable_dl": "",
"enable_post_data_reading": "1",
"error_append_string": null,
"error_log": null,
"error_prepend_string": null,
"error_reporting": "32767",
"exif.decode_jis_intel": "JIS",
"exif.decode_jis_motorola": "JIS",
"exif.decode_unicode_intel": "UCS-2LE",
"exif.decode_unicode_motorola": "UCS-2BE",
"exif.encode_jis": "",
"exif.encode_unicode": "ISO-8859-15",
"expose_php": "1",
"extension_dir": "/usr/local/lib/php/pecl/20190902",
"ffi.enable": "preload",
"ffi.preload": null,
"file_uploads": "1",
"filter.default": "unsafe_raw",
"filter.default_flags": null,
"from": null,
"gd.jpeg_ignore_warning": "1",
"hard_timeout": "2",
"highlight.comment": "#FF8000",
"highlight.default": "#0000BB",
"highlight.html": "#000000",
"highlight.keyword": "#007700",
"highlight.string": "#DD0000",
"html_errors": "0",
"iconv.input_encoding": "",
"iconv.internal_encoding": "",
"iconv.output_encoding": "",
"ignore_repeated_errors": "",
"ignore_repeated_source": "",
"ignore_user_abort": "0",
"implicit_flush": "1",
"include_path": ".:/usr/local/Cellar/php/7.4.6/share/php/pear",
"input_encoding": null,
"internal_encoding": null,
"intl.default_locale": null,
"intl.error_level": "0",
"intl.use_exceptions": "0",
"ldap.max_links": "-1",
"log_errors": "1",
"log_errors_max_len": "1024",
"mail.add_x_header": "",
"mail.force_extra_parameters": null,
"mail.log": null,
"max_execution_time": "0",
"max_file_uploads": "20",
"max_input_nesting_level": "64",
"max_input_time": "-1",
"max_input_vars": "1000",
"mbstring.detect_order": null,
"mbstring.encoding_translation": "0",
"mbstring.func_overload": "0",
"mbstring.http_input": null,
"mbstring.http_output": null,
"mbstring.http_output_conv_mimetypes": "^(text/|application/xhtml\\+xml)",
"mbstring.internal_encoding": null,
"mbstring.language": "neutral",
"mbstring.regex_retry_limit": "1000000",
"mbstring.regex_stack_limit": "100000",
"mbstring.strict_detection": "0",
"mbstring.substitute_character": null,
"memory_limit": "128m",
"mysqli.allow_local_infile": "0",
"mysqli.allow_persistent": "1",
"mysqli.default_host": "",
"mysqli.default_port": "3306",
"mysqli.default_pw": "",
"mysqli.default_socket": "/tmp/mysql.sock",
"mysqli.default_user": "",
"mysqli.max_links": "-1",
"mysqli.max_persistent": "-1",
"mysqli.reconnect": "",
"mysqli.rollback_on_cached_plink": "0",
"mysqlnd.collect_memory_statistics": "1",
"mysqlnd.collect_statistics": "1",
"mysqlnd.debug": null,
"mysqlnd.fetch_data_copy": "0",
"mysqlnd.log_mask": "0",
"mysqlnd.mempool_default_size": "16000",
"mysqlnd.net_cmd_buffer_size": "4096",
"mysqlnd.net_read_buffer_size": "32768",
"mysqlnd.net_read_timeout": "86400",
"mysqlnd.sha256_server_public_key": null,
"mysqlnd.trace_alloc": null,
"odbc.allow_persistent": "1",
"odbc.check_persistent": "1",
"odbc.default_cursortype": "3",
"odbc.default_db": null,
"odbc.default_pw": null,
"odbc.default_user": null,
"odbc.defaultbinmode": "1",
"odbc.defaultlrl": "4096",
"odbc.max_links": "-1",
"odbc.max_persistent": "-1",
"opcache.blacklist_filename": "",
"opcache.consistency_checks": "0",
"opcache.dups_fix": "0",
"opcache.enable": "1",
"opcache.enable_cli": "0",
"opcache.enable_file_override": "0",
"opcache.error_log": "",
"opcache.file_cache": null,
"opcache.file_cache_consistency_checks": "1",
"opcache.file_cache_only": "0",
"opcache.file_update_protection": "2",
"opcache.force_restart_timeout": "180",
"opcache.huge_code_pages": "0",
"opcache.interned_strings_buffer": "8",
"opcache.lockfile_path": "/tmp",
"opcache.log_verbosity_level": "1",
"opcache.max_accelerated_files": "10000",
"opcache.max_file_size": "0",
"opcache.max_wasted_percentage": "5",
"opcache.memory_consumption": "128",
"opcache.opt_debug_level": "0",
"opcache.optimization_level": "0x7FFEBFFF",
"opcache.preferred_memory_model": "",
"opcache.preload": "",
"opcache.preload_user": "",
"opcache.protect_memory": "0",
"opcache.restrict_api": "",
"opcache.revalidate_freq": "2",
"opcache.revalidate_path": "0",
"opcache.save_comments": "1",
"opcache.use_cwd": "1",
"opcache.validate_permission": "0",
"opcache.validate_root": "0",
"opcache.validate_timestamps": "1",
"open_basedir": null,
"openssl.cafile": "/usr/local/etc/[email protected]/cert.pem",
"openssl.capath": "/usr/local/etc/[email protected]/certs",
"output_buffering": "0",
"output_encoding": null,
"output_handler": null,
"pcre.backtrack_limit": "1000000",
"pcre.jit": "1",
"pcre.recursion_limit": "100000",
"pdo_mysql.default_socket": "/tmp/mysql.sock",
"pgsql.allow_persistent": "1",
"pgsql.auto_reset_persistent": "",
"pgsql.ignore_notice": "0",
"pgsql.log_notice": "0",
"pgsql.max_links": "-1",
"pgsql.max_persistent": "-1",
"phar.cache_list": "",
"phar.readonly": "1",
"phar.require_hash": "1",
"phpdbg.auth": "",
"phpdbg.path": "",
"post_max_size": "8M",
"precision": "14",
"realpath_cache_size": "4096K",
"realpath_cache_ttl": "120",
"register_argc_argv": "1",
"report_memleaks": "1",
"report_zend_debug": "0",
"request_order": "GP",
"sendmail_from": null,
"sendmail_path": "/usr/sbin/sendmail -t -i ",
"serialize_precision": "-1",
"session.auto_start": "0",
"session.cache_expire": "180",
"session.cache_limiter": "nocache",
"session.cookie_domain": "",
"session.cookie_httponly": "",
"session.cookie_lifetime": "0",
"session.cookie_path": "/",
"session.cookie_samesite": "",
"session.cookie_secure": "0",
"session.gc_divisor": "1000",
"session.gc_maxlifetime": "1440",
"session.gc_probability": "1",
"session.lazy_write": "1",
"session.name": "PHPSESSID",
"session.referer_check": "",
"session.save_handler": "files",
"session.save_path": "",
"session.serialize_handler": "php",
"session.sid_bits_per_character": "5",
"session.sid_length": "26",
"session.trans_sid_hosts": "",
"session.trans_sid_tags": "a=href,area=href,frame=src,form=",
"session.upload_progress.cleanup": "1",
"session.upload_progress.enabled": "1",
"session.upload_progress.freq": "1%",
"session.upload_progress.min_freq": "1",
"session.upload_progress.name": "PHP_SESSION_UPLOAD_PROGRESS",
"session.upload_progress.prefix": "upload_progress_",
"session.use_cookies": "1",
"session.use_only_cookies": "1",
"session.use_strict_mode": "0",
"session.use_trans_sid": "0",
"short_open_tag": "",
"SMTP": "localhost",
"smtp_port": "25",
"soap.wsdl_cache": "1",
"soap.wsdl_cache_dir": "/tmp",
"soap.wsdl_cache_enabled": "1",
"soap.wsdl_cache_limit": "5",
"soap.wsdl_cache_ttl": "86400",
"sqlite3.defensive": "1",
"sqlite3.extension_dir": null,
"sys_temp_dir": null,
"syslog.facility": "LOG_USER",
"syslog.filter": "no-ctrl",
"syslog.ident": "php",
"tidy.clean_output": "",
"tidy.default_config": "",
"track_errors": "0",
"unserialize_callback_func": "",
"unserialize_max_depth": "4096",
"upload_max_filesize": "2M",
"upload_tmp_dir": null,
"url_rewriter.hosts": "",
"url_rewriter.tags": "form=",
"user_agent": null,
"user_dir": "",
"user_ini.cache_ttl": "300",
"user_ini.filename": ".user.ini",
"variables_order": "GPCS",
"xdebug.auto_trace": "0",
"xdebug.cli_color": "0",
"xdebug.collect_assignments": "0",
"xdebug.collect_includes": "1",
"xdebug.collect_params": "0",
"xdebug.collect_return": "0",
"xdebug.collect_vars": "0",
"xdebug.coverage_enable": "1",
"xdebug.default_enable": "1",
"xdebug.dump.COOKIE": null,
"xdebug.dump.ENV": null,
"xdebug.dump.FILES": null,
"xdebug.dump.GET": null,
"xdebug.dump.POST": null,
"xdebug.dump.REQUEST": null,
"xdebug.dump.SERVER": null,
"xdebug.dump.SESSION": null,
"xdebug.dump_globals": "1",
"xdebug.dump_once": "1",
"xdebug.dump_undefined": "0",
"xdebug.file_link_format": "",
"xdebug.filename_format": "",
"xdebug.force_display_errors": "0",
"xdebug.force_error_reporting": "0",
"xdebug.gc_stats_enable": "0",
"xdebug.gc_stats_output_dir": "/var/tmp/",
"xdebug.gc_stats_output_name": "gcstats.%p",
"xdebug.halt_level": "0",
"xdebug.idekey": "",
"xdebug.max_nesting_level": "256",
"xdebug.max_stack_frames": "-1",
"xdebug.overload_var_dump": "2",
"xdebug.profiler_append": "0",
"xdebug.profiler_enable": "0",
"xdebug.profiler_enable_trigger": "0",
"xdebug.profiler_enable_trigger_value": "",
"xdebug.profiler_output_dir": "/var/tmp/",
"xdebug.profiler_output_name": "cachegrind.out.%p",
"xdebug.remote_addr_header": "",
"xdebug.remote_autostart": "0",
"xdebug.remote_connect_back": "0",
"xdebug.remote_cookie_expire_time": "3600",
"xdebug.remote_enable": "0",
"xdebug.remote_host": "localhost",
"xdebug.remote_log": "",
"xdebug.remote_log_level": "7",
"xdebug.remote_mode": "req",
"xdebug.remote_port": "9000",
"xdebug.remote_timeout": "200",
"xdebug.scream": "0",
"xdebug.show_error_trace": "0",
"xdebug.show_exception_trace": "0",
"xdebug.show_local_vars": "0",
"xdebug.show_mem_delta": "0",
"xdebug.trace_enable_trigger": "0",
"xdebug.trace_enable_trigger_value": "",
"xdebug.trace_format": "0",
"xdebug.trace_options": "0",
"xdebug.trace_output_dir": "/var/tmp/",
"xdebug.trace_output_name": "trace.%c",
"xdebug.var_display_max_children": "128",
"xdebug.var_display_max_data": "512",
"xdebug.var_display_max_depth": "3",
"xmlrpc_error_number": "0",
"xmlrpc_errors": "0",
"zend.assertions": "1",
"zend.detect_unicode": "1",
"zend.enable_gc": "1",
"zend.exception_ignore_args": "",
"zend.multibyte": "0",
"zend.script_encoding": null,
"zend.signal_check": "0",
"zlib.output_compression": "",
"zlib.output_compression_level": "-1",
"zlib.output_handler": ""
}