Property | Type | Description | |
---|---|---|---|
$configM4File | config.m4 filename | ||
$configureOptions | Contains [($name, $desc), .... ] pairs | ||
$extensionName | |||
$isZend | |||
$name | The extension package name The package name does not equal to the extension name. for example, "APCu" provides "apcu" instead of "APCu" | ||
$sharedLibraryName | The extension so name. | ||
$sourceDirectory | |||
$version |
Method | Description | |
---|---|---|
__construct ( $name ) | ||
addConfigureOption ( |
||
findConfigM4File ( $dir ) | ||
getBuildLogPath ( ) | ||
getConfigFilePath ( ) | ||
getConfigM4File ( ) | ||
getConfigM4Path ( ) | ||
getConfigureOptions ( ) | ||
getExtensionName ( ) | ||
getName ( ) | ||
getSharedLibraryName ( ) | ||
getSharedLibraryPath ( ) | ||
getSourceDirectory ( ) | ||
getVersion ( ) | ||
isBuildable ( ) | ||
isInstalled ( ) : boolean | Checks if extension.so file is in place. | |
isLoaded ( ) : boolean | Checks if current extension is loaded. | |
isZend ( ) | ||
setExtensionName ( $name ) | ||
setName ( $name ) | ||
setSharedLibraryName ( $n ) | ||
setSourceDirectory ( $dir ) | ||
setVersion ( $version ) | ||
setZend ( $zendExtension = true ) |
public addConfigureOption ( |
||
$opt |
public isInstalled ( ) : boolean | ||
return | boolean |
protected ConfigureOption[],PhpBrew\Extension $configureOptions | ||
return |
protected $name |