ini php.ini中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini php.ini中相关的知识,希望对你有一定的参考价值。

; remove: X-Powered-By: PHP/5.3.27
expose_php = off
; Output buffering may improve site performance
output_buffering = on
output_buffering = 16384

date.timezone = "Europe/Paris"
max_execution_time = 10
register_globals = on

; Error
display_errors = on

log_errors = On
error_log = /path/filename

short_open_tag = On
ignore_user_abort = Off

post_max_size = 15M
upload_max_filesize = 20M
memory_limit = 256M
max_input_vars = 1500

default_charset = "UTF-8"
allow_url_fopen = Off
default_socket_timeout = 30
mysql.allow_persistent = Off

;PHP automatically escapes data from HTTP GET and POST requests and cookie data
magic_quotes_gpc = on

disable_functions = "exec, system"

以上是关于ini php.ini中的主要内容,如果未能解决你的问题,请参考以下文章

ini php.ini中

ini HHVM / php.ini中

ini php.ini中

ini php.ini中

ini php.ini中

关于PHP安装之后没有php.ini文件??