|
| Check PHP Version To check your current PHP version, from the command prompt type the following command: "php -v" An example of the information to be returned: "PHP 5.2.6 (cli) (built: Jul 17 2008 23:04:49) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies" Check PHP Modules A standard installation of PHPᅠ includes the Apache module and command line (CLI) binary, which may not necessarily have the same installed modules. To check your current PHP (CLI) modules, from the command prompt type the following command: "php -m" To check your current PHP (apache module) modules, place the following php code in a new file (ie: info.php) and browse to this file in a web browser. phpinfo(); ?> Note: Remember to remove the info.php when you are through. PHP safe_mode (safe mode) Aanval recommends the disabling of PHP's safe_mode on systems in which Aanval will run and be managed. Safe mode was originally intended as a stop-gap solution for permissions and access control specific to web and internet hosting services and servers. PHP 6 will no longer provide safe mode functionality. From the PHP website: "The PHP safe mode is an attempt to solve the shared-server security problem. It is architecturally incorrect to try to solve this problem at the PHP level, but since the alternatives at the web server and OS levels aren't very realistic, many people, especially ISP's, use safe mode for now." Aanval is a complicated application and as such, may not function properly in such a restricted environment. Logos and trademarks are property of their respective owners. |