Releases: Rundiz/phpswitch
Releases · Rundiz/phpswitch
v2.1.3
- Update to fix security vulnerable in .NET
v2.1.2
- Update to fix security vulnerable in .NET
- Use .NET 8
v2.1.0
- Update
System.CommandLine
to v2.0.0-beta4.Update System.CommandLine to v2.0.0-beta4. - Moved
IsAdmin()
&RelaunchAsAdmin()
toPrivilege
class.Moved IsAdmin() & RelaunchAsAdmin() to Privilege class. - Add killphp project (killphp.exe). Sometime stopped web server did not terminate php execution file that is running.
- Add sharedLibraries project for use in phpswitch and killphp projects.
- Use .NET 6
v2.0
- Rewrite new code. Almost everything are new!
- Use .NET 5 instead of .NET Framework x.x
- Support Windows x64, Linux x64. Other OS/CPU you can clone and rebuilt it.
- No need to run command from the folder that contain .json file, it will be seek from where application is. Less typing.
- Everything will be now control from .json config file.
- Use
System.CommandLine
and now support verbose option (--verbose
), for see what it is currently working.