ResolvedPHPExtension
Index
Properties
optionalenv
Environment variables added before PHP startup.
extensionDir
VFS directory the .so and ini file live in.
optionalextraFiles
Sidecar files staged alongside the extension. Optional.
iniContent
Contents of the generated per-extension ini file. The first line is the
extension= or zend_extension= directive; remaining lines are the
caller-supplied iniEntries.
iniPath
Absolute VFS path the generated per-extension ini file is staged at.
soBytes
Compiled extension bytes to write at soPath.
soPath
Absolute VFS path the .so file is staged at.
Fully resolved files and settings needed to install one extension. Produced by
resolvePHPExtension; consumed bywithResolvedPHPExtensionsandinstallPHPExtensionFilesSync.