Description
Legacy PHP 8.0 applications can package PHP code and assets into executable PHAR archives. This runtime extension supports tools such as installers, command-line utilities, and deployment bundles that distribute code as a single archive file. It is dependency-only and has no separate launcher; PHP loads PHAR support when enabled. Archives can contain executable code, so only trusted PHAR files should be run and write access to build directories should be controlled.