InstallPHPExtensionFilesOptions
Index
Properties
optionalenv
Environment variables added before the extension is loaded.
optionalextensionDir
VFS directory where PHP.wasm writes the extension .so file and its
per-extension ini file. Defaults to PHP_EXTENSIONS_DIR.
optionalextraFiles
Sidecar files to write into the PHP VFS before the extension is loaded.
optionaliniEntries
Additional key=value lines for the generated startup .ini file.
optionalloadWithIniDirective
The first directive of the generated startup .ini file. Regular
extensions need extension=...; Zend extensions like Xdebug need
zend_extension=....
name
Extension name used for staged file names and the ini directive.
soBytes
Compiled extension bytes.
Inputs used to build the staged
.sopath and per-extension ini file wheninstallPHPExtensionFilesSyncis called with raw install options instead of aResolvedPHPExtension.