If more than one version of PHP is installed on your system and either CGI or fCGId is used to run PHP scripts in some virtual server, it can be configured to run a different PHP version on a per-directory basis. This is most useful when running PHP applications that only support specific versions, like an old script that only runs under version 4.
- delete-php-directory - Remove any custom version of PHP for some directory
- list-php-directories - List all directories in which a specific version of PHP has been activated
- set-php-directory - Set the version of PHP to run in some directory