Releases: azdharsyahputra/pit
Releases · azdharsyahputra/pit
Release list
PIT v0.1 – Initial Public Release
PIT v0.1 (Alpha)
Initial public release focused on engine stability, CLI workflow, and safe runtime management for local development.
Added
- Core engine commands:
start,stop,setup - PHP multi-version workflow:
pit php use <version>pit php versionspit php current
- Project management commands:
pit project listpit project info <name>pit project restart <name>pit project set-port <name> <port>
- Tools system (MVP):
- Isolated Tools PHP-FPM runtime
- Tool auto-sync via
pit tools sync
- Automatic
/etc/hostssynchronization for*.testdomains - Bundled Nginx + PHP runtime distribution for Linux
Fixed
- Stale Unix socket cleanup for PHP-FPM
- Safer shutdown behavior (PID, port, and socket cleanup)
- Restart-safe engine startup (start behaves like clean restart)
Distribution
- File:
pit-runtime-linux-amd64.tar.gz - Contains:
- Nginx binary and configuration
- PHP-FPM runtime (multi-version ready)
- Excludes (by design):
- Runtime temp directories (
*_temp) - Logs, PID files, and Unix sockets
- Runtime temp directories (
Notes
- Status: Alpha (breaking changes may occur)
- Supported OS: Linux
- macOS and Windows support are planned