; 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"