From 1edef55330a0c4827b4e82bf0c3f3b81d36af8a3 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 15 Apr 2024 13:26:11 +0200 Subject: [PATCH] php settings --- application/views/debug/index.php | 199 ++++++++++++++++++++++-------- 1 file changed, 146 insertions(+), 53 deletions(-) diff --git a/application/views/debug/index.php b/application/views/debug/index.php index b4b41bf03..5c6640b98 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -181,64 +181,157 @@
-
PHP Modules
+
PHP
- - - - - +
+
+

Modules

+
curl - - Installed - - Not Installed - -
+ + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - -
curl + + Installed + + Not Installed + +
MySQL - - Installed - - Not Installed - -
MySQL + + Installed + + Not Installed + +
mbstring - - Installed - - Not Installed - -
mbstring + + Installed + + Not Installed + +
xml - - Installed - - Not Installed - -
xml + + Installed + + Not Installed + +
zip - - Installed - - Not Installed - -
+ + zip + + + Installed + + Not Installed + + + + +
+
+

Settings

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
max_execution_time ' . $max_execution_time . ' s'; ?> + = $max_execution_time) { ?> + + + + +
max_upload_file_size ' . $max_upload_file_size . 'M'; ?> + = ($max_upload_file_size * 1024 * 1024)) { // compare with given value in bytes + ?> + + + + +
post_max_size ' . $post_max_size . 'M'; ?> + = ($post_max_size * 1024 * 1024)) { // compare with given value in bytes + ?> + + + + +
memory_limit ' . $memory_limit . 'M'; ?> + = ($memory_limit * 1024 * 1024)) { // compare with given value in bytes + ?> + + + + +
allow_url_fopenOn + + On + + Off + +
+
+