Method |
Description |
|
_apc ( ) |
|
|
_apcu ( ) |
|
|
_build ( array $data ) : void |
Builds a given item from source, by first retrieving
the source tarball then phpize'ing and making it. |
|
_ini ( array $data ) : void |
Add INI settings. Uses configration retrieved as per php_ini_loaded_file(). |
|
_isHhvm ( ) |
|
|
_memcached ( ) |
|
|
_mongo ( ) |
|
|
_opcache ( ) |
|
|
_pecl ( string $name, string | null $forceVersion = null, boolean $autoAccept = false ) : void |
Installs a package from pecl. |
|
_redis ( ) |
|
|
_system ( string $command ) : void |
Executes given command, reports and exits in case it fails. |
|
_xcache ( ) |
|
|