public
Setup
|
#
checkDir( string $path, string $msg = null )
Checks if a directory exists
Checks if a directory exists
Parameters
- $path
string $path Path to check
- $msg
string $msg Check identifier (for echo)
Returns
Author
|
public
Setup
|
#
checkPHP( )
Checks if PHP is set up
Returns
Author
|
protected
Setup
|
#
checkBinaries( string $dir, string $message, string $setup_class )
Generic method to check if binaries are installed properly
Generic method to check if binaries are installed properly
Parameters
- $dir
string $dir dir to scan
- $message
string $message scan identifier
- $setup_class
string $setup_class Setup class name
Returns
Author
|
public
Setup
|
#
checkApache( )
Checks if Apache HTTPD is installed properly
Checks if Apache HTTPD is installed properly
Returns
Author
|
public
Setup
|
#
checkMySQL( )
Checks if MySQL is installed properly
Checks if MySQL is installed properly
Returns
Author
|
public
Setup
|
#
checkDateTimezone( )
Checks if date.timezone is set up for PHP
Checks if date.timezone is set up for PHP
Returns
Author
|
public
Setup
|
#
checkWWW( )
Checks if the WWW dir is set up
Checks if the WWW dir is set up
Returns
Author
|
public
Setup
|
#
checkMemcache( )
Checks and creates the memcache directory
Checks and creates the memcache directory
Returns
Author
|
public
Setup
|
#
checkRedis( )
Checks if Redis is set up properly
Checks if Redis is set up properly
Returns
Author
|