Skip to content

Commit

Permalink
windows支持php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyunleo committed Dec 30, 2024
1 parent fe51c07 commit 39a596d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions extra/win32/core/config/software/software.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,21 @@
"Icon": "php.png",
"Desc": "PHP is the best programming language in the world"
},
{
"Name": "PHP-8.4",
"ServerName": "PHP-FPM-8.4",
"DirName": "php-8.4",
"ConfPath": "php.ini",
"ServerProcessPath": "php-cgi-spawner.exe",
"ExtraProcessPath": "php-cgi.exe",
"StartServerArgs": ["${ExtraProcessPath} -c ${ConfPath}", "9015", "4"],
"ServerPort": 9015,
"Type": "PHP",
"RemoteArchiveExt": ".7z",
"CanDelete": true,
"Icon": "php.png",
"Desc": "PHP is the best programming language in the world"
},
{
"Name": "MySQL-5.7",
"DirName": "mysql-5.7",
Expand Down

0 comments on commit 39a596d

Please sign in to comment.