Upgrade 3.2-apache to php 7.1

This commit is contained in:
selim13
2017-07-17 14:20:21 +03:00
parent e6ad86ef7d
commit 8e38848d3f
4 changed files with 24 additions and 23 deletions

18
3.2-apache/php/php.ini Normal file
View File

@@ -0,0 +1,18 @@
[PHP]
file_uploads = On
max_file_uploads = 2
upload_max_filesize = 8M
post_max_size = 8M
allow_url_fopen = On
expose_php = Off
security.limit_extensions = .php
output_buffering = On
display_errors = Off
log_errors = On
error_log = /dev/stderr
[Date]
date.timezone = 'UTC'