Changes between Version 1 and Version 2 of howto/PHP


Ignore:
Timestamp:
Dec 29, 2014, 8:49:54 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

use standard capitalization

Legend:

Unmodified
Added
Removed
Modified
  • howto/PHP

    v1 v2  
    33[wiki:howto <- Back to the HOWTO section]
    44
    5 This page describes the installation of the PhP 5.6 server under OSX (Yosemite 10.10.2) via MacPorts (version 2.3).   Date 28 December 2014
     5This page describes the installation of the PHP 5.6 server under OSX (Yosemite 10.10.2) via MacPorts (version 2.3).   Date 28 December 2014
    66
    7 For information on integration '''Apache''' with '''MySql''' and '''PhP''', see:''' [[howto/MAMP]]'''
     7For information on integration '''Apache''' with '''MySQL''' and '''PHP''', see:''' [[howto/MAMP]]'''
    88
    99
     
    1919
    2020
    21 = Step 2: PhP Configuration file setup =
     21= Step 2: PHP Configuration file setup =
    2222
    2323Set up your PHP configuration files. For development purposes use:
     
    4444
    4545= Step 4: Visit [[howto/MAMP]] for integration information =
    46  [[howto/MAMP]] must be consulted next for modifications to the Apache Configuration file to enable PhP and MySQL.
     46 [[howto/MAMP]] must be consulted next for modifications to the Apache Configuration file to enable PHP and MySQL.
    4747
    4848= Trouble shoot =
     
    6666= Step 5: Configure phpMyAdmin =
    6767
    68 Edit the PhpMyAdmin configuration file at ''/opt/local/www/phpmyadmin/config.inc.php''. \\
     68Edit the phpMyAdmin configuration file at ''/opt/local/www/phpmyadmin/config.inc.php''. \\
    6969A sample configuration file is installed at /opt/local/www/phpmyadmin/config.sample.inc.php.
    7070
     
    7272Note that this file will not be accessible to your browser until it is linked in to your Document root.
    7373
    74 Finally, you need to set up the `phpMyAdmin` configuration to access mySQL.
     74Finally, you need to set up the `phpMyAdmin` configuration to access MySQL.
    7575
    7676First create the config.inc.php file: