summarylogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini28
1 files changed, 0 insertions, 28 deletions
diff --git a/php.ini b/php.ini
deleted file mode 100644
index 1c93516c4f41..000000000000
--- a/php.ini
+++ /dev/null
@@ -1,28 +0,0 @@
-;
-; 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
-extension = posix.so
-
-;
-; Required config tweaks
-;
-mbstring.http_input = pass
-mbstring.http_output = pass
-open_basedir =
-
-;
-; Configurable settings
-;
-date.timezone = UTC
-memory_limit = 192M