Installing the PDO Extension for MySQL on Mac OS X Server

I would like to keep the PHP / MySQL compiler as "patented vanilla" but would like to install the PDO driver for MySQL. How can I do this at 10.5?

+1


a source to share


2 answers


I had the same problem and had to install a different PHP version from entropy.ch . I still have problems with PHP CLI, but otherwise it works fine.

Alternatively, you can take a look at MAMP .



Hope it helps,

Ross

+1


a source


You can compile the extensions separately and simply reference them in the php.ini file. It's actually very easy to do.



0


a source







All Articles