Changes between Version 32 and Version 33 of howto/MAMP


Ignore:
Timestamp:
Jul 10, 2009, 4:19:34 AM (15 years ago)
Author:
blb@…
Comment:

Update for new PHP5 php.ini distributed files (ticket #20247)

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v32 v33  
    204204{{{
    205205cd /opt/local/etc/php5
    206 sudo cp php.ini-dist php.ini
     206sudo cp php.ini-development php.ini
     207}}}
     208or (depending on your needs)
     209{{{
     210cd /opt/local/etc/php5
     211sudo cp php.ini-production php.ini
    207212}}}
    208213