Changes between Version 9 and Version 10 of CheckingPHPPrerequisites
- Timestamp:
- 05/06/08 11:12:50 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CheckingPHPPrerequisites
v9 v10 9 9 == Checking PHP Info == 10 10 You can check to see what your current php environment looks like by using the PHP "phpinfo()" function: 11 * Place a file called "phpinfo.php" in the main directory of your web account or document root (instructions on creating or downloading that file are below).11 * Place a file called "phpinfo.php" in the main directory of your web account or document root (instructions on creating or downloading that file are at the bottom of the page). 12 12 * Travel to that file using a browser (for example, go to http://pamelaproject.com/phpinfo.php) 13 13 * If you are successful, you should see a page that starts like this: 21 21 * Assuming you are indeed using PHP version 5, scroll down through the PHP info, or search for the word "mcrypt". 22 22 * If you have the mcrypt libraries installed, you will see a section in the page that looks like this: 23 [[Image(php5-mcryptExample )]]23 [[Image(php5-mcryptExample.png)]] 24 24 * If you don't have this module installed, you will have to contact your web hosting service or use native operating system installation procedures to install the php5-mcrypt package. 25 25
