publicSetup | #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)
ReturnsAuthor |
publicSetup | #checkPHP( )Checks if PHP is set up ReturnsAuthor |
protectedSetup | #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
ReturnsAuthor |
publicSetup | #checkApache( )Checks if Apache HTTPD is installed properly Checks if Apache HTTPD is installed properly ReturnsAuthor |
publicSetup | #checkMySQL( )Checks if MySQL is installed properly Checks if MySQL is installed properly ReturnsAuthor |
publicSetup | #checkDateTimezone( )Checks if date.timezone is set up for PHP Checks if date.timezone is set up for PHP ReturnsAuthor |
publicSetup | #checkWWW( )Checks if the WWW dir is set up Checks if the WWW dir is set up ReturnsAuthor |
publicSetup | #checkMemcache( )Checks and creates the memcache directory Checks and creates the memcache directory ReturnsAuthor |
publicSetup | #checkRedis( )Checks if Redis is set up properly Checks if Redis is set up properly ReturnsAuthor |