summarylogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorJames An2015-02-12 05:20:46 -0500
committerJames An2015-06-30 07:27:49 -0400
commitc4c2ecc7a9ee7b4e294a1457ecb3bce7c445fa69 (patch)
treef255c2ddaee3cdc097d4f8045f69c370e4648774 /php.ini
parent5cc3b9e228fe5019aabc7b4cdb52e9dc89412681 (diff)
downloadaur-c4c2ecc7a9ee7b4e294a1457ecb3bce7c445fa69.tar.gz
Changed aegir config files and rewrote the install file with consistent instructions.
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini27
1 files changed, 27 insertions, 0 deletions
diff --git a/php.ini b/php.ini
new file mode 100644
index 000000000000..b56096037bb9
--- /dev/null
+++ b/php.ini
@@ -0,0 +1,27 @@
+;
+; Error handling
+;
+display_errors = stderr
+error_reporting = E_ALL | E_NOTICE | E_STRICT
+
+;
+; Required extensions
+;
+extension = gd.so
+extension = mysqli.so
+extension = openssl.so
+extension = pdo_mysql.so
+extension = phar.so
+
+;
+; Required config tweaks
+;
+mbstring.http_input = pass
+mbstring.http_output = pass
+open_basedir =
+
+;
+; Configurable settings
+;
+date.timezone = UTC
+memory_limit = 192M