Changes between Version 1 and Version 2 of howto/PHP
- Timestamp:
- Dec 29, 2014, 8:49:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/PHP
v1 v2 3 3 [wiki:howto <- Back to the HOWTO section] 4 4 5 This page describes the installation of the P hP 5.6 server under OSX (Yosemite 10.10.2) via MacPorts (version 2.3). Date 28 December 20145 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 6 6 7 For information on integration '''Apache''' with '''MyS ql''' and '''PhP''', see:''' [[howto/MAMP]]'''7 For information on integration '''Apache''' with '''MySQL''' and '''PHP''', see:''' [[howto/MAMP]]''' 8 8 9 9 … … 19 19 20 20 21 = Step 2: P hP Configuration file setup =21 = Step 2: PHP Configuration file setup = 22 22 23 23 Set up your PHP configuration files. For development purposes use: … … 44 44 45 45 = Step 4: Visit [[howto/MAMP]] for integration information = 46 [[howto/MAMP]] must be consulted next for modifications to the Apache Configuration file to enable P hP and MySQL.46 [[howto/MAMP]] must be consulted next for modifications to the Apache Configuration file to enable PHP and MySQL. 47 47 48 48 = Trouble shoot = … … 66 66 = Step 5: Configure phpMyAdmin = 67 67 68 Edit the PhpMyAdmin configuration file at ''/opt/local/www/phpmyadmin/config.inc.php''. \\68 Edit the phpMyAdmin configuration file at ''/opt/local/www/phpmyadmin/config.inc.php''. \\ 69 69 A sample configuration file is installed at /opt/local/www/phpmyadmin/config.sample.inc.php. 70 70 … … 72 72 Note that this file will not be accessible to your browser until it is linked in to your Document root. 73 73 74 Finally, you need to set up the `phpMyAdmin` configuration to access mySQL.74 Finally, you need to set up the `phpMyAdmin` configuration to access MySQL. 75 75 76 76 First create the config.inc.php file: