PR #54 follow-up: Keep PHP's default and add new var to readme.

This commit is contained in:
Jeff Geerling 2016-06-08 23:14:47 -05:00
parent 40e4a7b668
commit 54b5e5e93f
2 changed files with 2 additions and 2 deletions

View File

@ -67,6 +67,7 @@ By default, all the extra defaults below are applied through the php.ini include
php_upload_max_filesize: "64M"
php_post_max_size: "32M"
php_date_timezone: "America/Chicago"
php_allow_url_fopen: "On"
php_sendmail_path: "/usr/sbin/sendmail -t -i"
php_output_buffering: "4096"
php_short_open_tag: false

View File

@ -48,8 +48,7 @@ php_realpath_cache_size: "32K"
php_upload_max_filesize: "64M"
php_post_max_size: "32M"
php_date_timezone: "America/Chicago"
php_allow_url_fopen: "Off"
php_allow_url_fopen: "On"
php_sendmail_path: "/usr/sbin/sendmail -t -i"
php_output_buffering: "4096"