Compatibility
Current Server Package Layout
Server/
phpVMS5/upload/acars
phpVMS7/DotAcars
phpVMS Compatibility
| Platform | Integration | Server PHP |
|---|---|---|
phpVMS 5 by ProAvia 5.5.2.7.2 or newer | Legacy patch | PHP 7.2+ |
| phpVMS 7 | Native module | phpVMS-supported PHP version |
| phpVMS 8 | Future support based on the native module approach | phpVMS-supported PHP version |
Endpoint Layout
phpVMS 5 legacy:
/acars/login.php
/acars/get_bid.php
/acars/position.php
/acars/submit_log.php
phpVMS 7 native:
/api/dotacars/status
/api/dotacars/auth
/api/dotacars/bids
/api/dotacars/start
/api/dotacars/position
/api/dotacars/event
/api/dotacars/finish
/api/dotacars/cancel
The desktop app tries the phpVMS 7 native module first and falls back to the phpVMS 5 legacy bootstrap when needed.