Tagged Questions
0
votes
1answer
400 views
Install Apache, PHP and MySQL on Mac w/o MacPorts?
For some reason I can't use MacPorts. So the question is if it's possible to install Apache, PHP and MySQL on Snow Leopard w/o using MacPorts?
Please don't offer MAMP or other bundles.
Thanks in ...
0
votes
1answer
140 views
*AMP setup Impact on upgrading from Snow Leopard to Mountain Lion
I have Snow Leopard. I want to upgrade to Mountain Lion.
I've setup PHP as mentioned here. Will upgrading to Lion affect my PHP setup or any other setup like MySQL for that matter ?
1
vote
0answers
367 views
How do I install the GnuPG PHP extension?
I'm having trouble installing a PHP native extension: GnuPG. Here's what I've tried so far.
First:
sudo port install gpgme
sudo pecl install gnupg
Output from the second command ends like so:
...
1
vote
3answers
500 views
Forbidden error setting up a PHP app on Mac OS X 10.6
I have enabled Web Sharing in OS X 10.6 and now I can access http://localhost/~myuser from the browser.
Now I have copied this PHP app to my ~/Sites/the_app folder, but when I want to access it in ...