feat: implement service management system for Nginx, PHP, and MySQL with IPC handlers and process orchestration

This commit is contained in:
Ümit Tunç
2026-03-28 22:04:21 +03:00
parent d9e1e758a6
commit 139b8df7b2
15 changed files with 90 additions and 39 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"php": {
"8.5.4": 9001,
"8.4.19": 9002,
"8.3.30": 9003,
"8.2.30": 9004,
"8.1.34": 9005,
"8.0.30": 9006,
"7.4.33": 9007,
"5.6.40": 9008,
"4.4.9": 9009,
"3.0.x (latest)": 9010
},
"mysql": {}
}