I would like to keep the PHP / MySQL combo as 'stock vanilla' as possible but would like to install the PDO driver for MySQL. How can I do this on 10.5?
+1
A:
I had the same problem and was forced to install a different version of PHP from entropy.ch. I'm still having some trouble with the php CLI, but otherwise it works fine.
Alternatively, you might want to take a look at MAMP.
Hope that helps,
Ross
rossmcf
2009-08-14 11:30:07
MAMP is good. I use it all day every day. Comes with PDO etc. Very easy to install.
Steve
2009-10-09 01:50:47
A:
You can compile the extensions separately and simply link to them in your php.ini file. Actually very easy to do.
clops
2009-10-05 17:12:38