Opened 15 years ago

Closed 15 years ago

#20247 closed update (fixed)

Set up your PHP configuration files

Reported by: unit_13@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: wiki Version: 1.7.1
Keywords: MAMP Cc: unit_13@…
Port:

Description (last modified by blb@…)

previous: Set up your PHP configuration files

cd /opt/local/etc/php5
sudo cp php.ini-dist php.ini

new: Set up your PHP configuration files

cd /opt/local/etc/php5
sudo cp php.ini-development php.ini

or

sudo cp php.ini-production php.ini

Change History (4)

comment:1 Changed 15 years ago by unit_13@…

Cc: unit_13@… added

Cc Me!

comment:2 Changed 15 years ago by blb@…

Description: modified (diff)

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

comment:3 Changed 15 years ago by unit_13@…

this update is for this page: http://trac.macports.org/wiki/howto/MAMP and under: "Step 4: Install PHP" and about seven items into that section where it says: "Set up your PHP configuration files cd /opt/local/etc/php5 sudo cp php.ini-dist php.ini"

I'm not a programmer and I apologize for not understanding the proper form in which to submit this. Nevertheless it took me a while to figure this one out and get my php working again after the "sudo port upgrade outdated" upgraded the php to 5.3.0. Just thought I'd try to spare anyone else the same hassle...

comment:4 Changed 15 years ago by blb@…

Component: portswiki
Resolution: fixed
Status: newclosed

Ah okay; that is just a wiki page so you can (once you are logged in, which you must be to also create a ticket) simply make the change yourself if you so desire. I've updated it, thanks for catching that.

Note: See TracTickets for help on using tickets.