Method |
Description |
|
getBuildDir ( ) |
php(s) could be global, so we use ROOT path. |
|
getCacheDir ( ) |
cache directory for configure. |
|
getConfig ( ) |
|
|
getConfigParam ( $param = null ) |
|
|
getCurrentBuildDir ( ) |
|
|
getCurrentPhpBin ( ) |
|
|
getCurrentPhpConfigBin ( ) |
|
|
getCurrentPhpConfigScanPath ( $home = false ) |
XXX: This method should be migrated to PhpBrew\Build class. |
|
getCurrentPhpDir ( $home = false ) |
|
|
getCurrentPhpName ( ) : string |
getCurrentPhpName return the current php version from
self::$currentPhpVersion or from environment variable PHPBREW_PHP. |
|
getCurrentPhpizeBin ( ) |
|
|
getDistFileDir ( ) |
|
|
getHome ( ) : string |
Return optional home directory. |
|
getInstallPrefix ( ) : string |
A build prefix is the prefix we specified when we install the PHP. |
|
getInstalledPhpVersions ( ) |
XXX: This method is now deprecated. use findMatchedBuilds insteads. |
|
getLookupPrefix ( ) |
|
|
getPHPReleaseListPath ( ) |
|
|
getProxyConfig ( ) |
|
|
getRegistryDir ( ) |
|
|
getRoot ( ) |
|
|
getTempFileDir ( ) |
|
|
getVariantsDir ( ) |
Variants is private, so we use HOME path. |
|
getVersionBinPath ( $buildName ) |
|
|
getVersionEtcPath ( string $buildName ) : string |
XXX: This method should be migrated to PhpBrew\Build class. |
|
getVersionInstallPrefix ( $version ) |
|
|
initDirectories ( $buildName = null ) |
|
|
putPathEnvFor ( $buildName ) |
|
|
setPhpVersion ( $phpVersion ) |
XXX: needs to be removed. |
|
setPhpbrewHome ( $home ) |
|
|
setPhpbrewRoot ( $root ) |
|
|
useSystemPhpVersion ( ) |
XXX: needs to be removed. |
|