summarylogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorJames An2015-12-08 14:23:13 -0500
committerJames An2015-12-08 14:23:13 -0500
commitae7b69e7ab7c0e4f0446b5fa3793c898263a73b9 (patch)
tree8bbdc6ef63c74733e6098fc2e557f4038cbd8819 /php.ini
parent25d38ce65c85cb0971b27ec3b092203d979843fc (diff)
downloadaur-ae7b69e7ab7c0e4f0446b5fa3793c898263a73b9.tar.gz
Added php.ini conf file to set PHP setting as recommended by Drupal.
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/php.ini b/php.ini
index dbc3a385574b..5bb3acdc0819 100644
--- a/php.ini
+++ b/php.ini
@@ -1,4 +1,4 @@
-; Drupal requirements.
-date.timezone = UTC
-open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/drush/
-memory_limit = 192M
+; Recommended settings.
+allow_url_fopen = Off
+error_reporting = E_ALL
+expose_php = Off