Skip to main content

PHPExtensionManifest

Extension artifact manifest. Lets callers publish a matrix of .so files and lets resolvePHPExtension() select the artifact matching the current PHP version. External extension artifacts are JSPI-only.

Index

Properties

artifacts

artifacts: { extraFiles?: PHPExtensionManifestExtraFiles; phpVersion: string; sourcePath: string }[]

optionalextraFiles

URL-backed files shared by every artifact in this manifest.

optionalmode

mode?: php-extension

name

name: string

optionalversion

version?: string
Page Options