Changes between Version 8 and Version 9 of howto/MAMP


Ignore:
Timestamp:
Jun 2, 2008, 4:29:33 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

remove inaccurate wget/PEAR information; php5 does not install PEAR by default

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v8 v9  
    138138=== Step 4: Install PHP ===
    139139
    140 '''Note: Currently, the PHP5 installer uses wget to install the PEAR environment, but the installer does not list wget as a dependent component. So, the installation will fail during the staging operations if you do not manually install wget first.'''
    141 
    142 {{{
    143 sudo port install wget
     140{{{
    144141sudo port install php5 +apache2 +mysql5
    145142}}}