Changes between Version 9 and Version 10 of CheckingPHPPrerequisites

Show
Ignore:
Author:
pamela (IP: 68.144.77.116)
Timestamp:
05/06/08 11:12:50 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckingPHPPrerequisites

    v9 v10  
    99== Checking PHP Info == 
    1010You 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). 
    1212 * Travel to that file using a browser (for example, go to http://pamelaproject.com/phpinfo.php) 
    1313 * If you are successful, you should see a page that starts like this: 
    2121 * Assuming you are indeed using PHP version 5, scroll down through the PHP info, or search for the word "mcrypt".   
    2222 * 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)]] 
    2424 * 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. 
    2525