On Dec 19, 2007, at 6:32 AM, Gordon wrote:
However, the problem is that I can't get PHP to talk to Postgres. Running phpinfo () on the built in PHP shows that database support extends as MySql, Mysqli and SQLite extensions, and SQLite drivers for PDO. What I really need is a Postgres extension for maintaining older code and a Postgres PDO driver for new code in development.
I think Entropy's package is the easiest way to get this going. It will get you PHP 5 install that works well with Apache and PostgreSQL.
I have not tried it in Leopard, but hopefully that will work without problems.
http://www.entropy.ch/software/macosx/php/ John DeSoi, Ph.D. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match