feat: implement PortMappingService and add dynamic PHP configuration template with IPC handlers

This commit is contained in:
Ümit Tunç
2026-03-30 08:57:48 +03:00
parent 0ad90876ea
commit d7ff7ecfa9
3 changed files with 33 additions and 11 deletions
+5 -5
View File
@@ -11,9 +11,9 @@ disable_functions =
disable_classes =
zend.enable_gc = On
expose_php = On
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
max_execution_time = 300
max_input_time = 120
memory_limit = 512M
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
@@ -27,7 +27,7 @@ variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
post_max_size = 100M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
@@ -36,7 +36,7 @@ doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
upload_max_filesize = 100M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off