summaryrefslogtreecommitdiffstats
path: root/Services/php/php.ini
diff options
context:
space:
mode:
Diffstat (limited to 'Services/php/php.ini')
-rw-r--r--Services/php/php.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/Services/php/php.ini b/Services/php/php.ini
new file mode 100644
index 0000000..4207ce3
--- /dev/null
+++ b/Services/php/php.ini
@@ -0,0 +1,11 @@
+; This file will be copied into /etc/php.d/sx.ini and loaded when httpd start
+display_errors = On
+always_populate_raw_post_data = On
+
+max_execution_time = 60
+
+memory_limit = 64M
+post_max_size = 16M
+
+upload_max_filesize = 8M
+upload_tmp_dir = /tmp/ \ No newline at end of file