vote up 1 vote down star

What's the easiest way to install PDO on the default php installation of OS X Leopard? I'm trying to get ModX running.

flag

2 Answers

vote up 3 vote down check

It can be a hassle to build PHP extensions with the Leopard default PHP. If you are just doing development work, look into MAMP, which has a whole bunch of extensions (including PDO for MySQL and PostgreSQL) built-in. It includes its own copy of Apache so you won’t be using the OS X default Apache. Don’t worry, there’s no installation needed.

A second option is Mark Liyanage’s PHP package which is a PHP module that you use instead of the one that comes with Leopard, but has a lot of extensions built-in.

MAMP is easier, but Liyanage’s package works with the built-in web server.

link|flag
Not exactly what I was hoping for, but using Entropy (Mark Liyanage's package) worked great. No conflicts and no problems. Thanks – NICCAI Aug 26 at 5:46
vote up 0 vote down

If you're looking for something that's a little bit more robust than MAMP, I'd recommend Zend Server Community Edition. It's similar to MAMP, but gives you more control over your server environment.

link|flag
Disclaimer: Only for Intel macs. – jason Aug 15 at 1:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.