summarylogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorJames An2015-08-08 12:44:31 -0400
committerJames An2015-08-08 12:45:06 -0400
commit36fb191227e41d766d735c06a360ec886efa6d4b (patch)
treeacde7514d57a1fcdcb4e393b3e86318d191669c6 /php.ini
parent25308412674311161996c11361370db1fbc85670 (diff)
downloadaur-36fb191227e41d766d735c06a360ec886efa6d4b.tar.gz
Changed the aegir root to be inside the /usr/share/webapps folder, changed the Aegir user to share UID with the HTTP user, and set up Aegir setup process to only require a couple of shell commands.
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini13
1 files changed, 2 insertions, 11 deletions
diff --git a/php.ini b/php.ini
index 01019758195f..dbc3a385574b 100644
--- a/php.ini
+++ b/php.ini
@@ -1,13 +1,4 @@
-extension = gd.so
-extension = mysqli.so
-extension = pdo_mysql.so
-mbstring.http_input = pass
-mbstring.http_output = pass
+; Drupal requirements.
date.timezone = UTC
-open_basedir =
-
-; Recommended settings
+open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/drush/
memory_limit = 192M
-display_errors = stderr
-error_reporting = E_ALL | E_NOTICE | E_STRICT
-