Changes between Initial Version and Version 2 of Ticket #20247


Ignore:
Timestamp:
Jul 9, 2009, 7:26:32 PM (15 years ago)
Author:
blb@…
Comment:

Is this against the instructions printed out when installing the php5 port?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20247

    • Property Cc unit_13@… added
  • Ticket #20247 – Description

    initial v2  
    11previous:
    22Set up your PHP configuration files
    3 
     3{{{
    44cd /opt/local/etc/php5
    55sudo cp php.ini-dist php.ini
    6 
     6}}}
    77new:
    88Set up your PHP configuration files
    9 
     9{{{
    1010cd /opt/local/etc/php5
    1111sudo cp php.ini-development php.ini
     12}}}
    1213or
     14{{{
    1315sudo cp php.ini-production php.ini
     16}}}