Reputation: 74
Is there a good way to install a PHP development stack, including PHP 5.4, that isn't XAMPP or MAMP, and that doesn't require compiling PHP?
I am struggling with the numerous installations required to have a standalone Apache server on my Mac, and it just doesn't make sense to me that there isn't any installer that does this properly.
Upvotes: 0
Views: 1301
Reputation: 36484
We had the same problem (especially with missing PECL extensions), and came up with two different solutions, in this order:
If you want to be up & ready in minutes, choose the first solution.
If you want to take some time to set up a virtual machine, you will enjoy the best of both worlds: a real LAMP server always available in your machine, and your usual tools on your favourite OS for your daily work. We're now using this solution on both Windows & MacOS, and really enjoy it.
Upvotes: 1