Changes between Version 94 and Version 95 of howto/MAMP


Ignore:
Timestamp:
Oct 24, 2017, 10:11:11 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remove specific php version, since the php port is updated all the time

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v94 v95  
    106106}}}
    107107and place it in your Apache "`DocumentRoot`" directory (nominally: "`/opt/local/www/apache2/html`") or your own user "`Sites`" directory if you activated user directories as specified above.
    108 Point your browser to `http://localhost/phpinfo.php` (or `http://localhost/~username/phpinfo.php` as applicable) and verify that the correct version of PHP is active (v5.6.4 as of this writing) and that MySQL support is active (you may want to search the page for "`mysql`"). \\
     108Point your browser to `http://localhost/phpinfo.php` (or `http://localhost/~username/phpinfo.php` as applicable) and verify that the correct version of PHP is active and that MySQL support is active (you may want to search the page for "`mysql`"). \\
    109109Note that this file needs to be readable and executable.
    110110