summarylogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini20
1 files changed, 20 insertions, 0 deletions
diff --git a/php.ini b/php.ini
new file mode 100644
index 000000000000..2c390c3e7938
--- /dev/null
+++ b/php.ini
@@ -0,0 +1,20 @@
+; Required extensions
+;extension=gd.so
+;extension=mysqli.so
+;extension=pdo_mysql.so
+
+; Drupal requirements.
+;date.timezone = UTC
+;memory_limit = 192M
+;open_basedir =
+
+; Recommended settings.
+;display_errors = stderr
+;error_reporting = E_ALL
+
+; Uncomment to enable opcache (recommended)
+;zend_extension=opcache.so
+;[opcache]
+;opcache.enable=0
+;opcache.enable_cli=0
+