[TLM] Re: [GENERAL] Postgres from PHP in Leopard

2007-12-27 Thread Shane Ambler
brian wrote: Steve Atkins wrote: On Dec 20, 2007, at 7:35 AM, Gordon wrote: On Dec 19, 11:32 am, Gordon <[EMAIL PROTECTED]> wrote: I'm a web developer who does a lot of work in PHP. The back end database we use is bases on Postgres. I am trying to set my new MacBook Pro up as a developm

Re: [GENERAL] Postgres from PHP in Leopard

2007-12-24 Thread Michael Glaesemann
On Dec 24, 2007, at 19:28 , Shane Ambler wrote: Also their updates can often wipe out a custom built version of php. If you install your custom-built PHP in /usr/local or use MacPorts (which uses /opt) or Fink (which uses /sw IIRC), you don't have to worry about anything being overwritten

Re: [GENERAL] Postgres from PHP in Leopard

2007-12-24 Thread Shane Ambler
brian wrote: Steve Atkins wrote: On Dec 20, 2007, at 7:35 AM, Gordon wrote: On Dec 19, 11:32 am, Gordon <[EMAIL PROTECTED]> wrote: I'm a web developer who does a lot of work in PHP. The back end database we use is bases on Postgres. I am trying to set my new MacBook Pro up as a developm

Re: [GENERAL] Postgres from PHP in Leopard

2007-12-24 Thread brian
Steve Atkins wrote: On Dec 20, 2007, at 7:35 AM, Gordon wrote: On Dec 19, 11:32 am, Gordon <[EMAIL PROTECTED]> wrote: I'm a web developer who does a lot of work in PHP. The back end database we use is bases on Postgres. I am trying to set my new MacBook Pro up as a development system. I

Re: [GENERAL] Postgres from PHP in Leopard

2007-12-24 Thread Steve Atkins
On Dec 20, 2007, at 7:35 AM, Gordon wrote: On Dec 19, 11:32 am, Gordon <[EMAIL PROTECTED]> wrote: I'm a web developer who does a lot of work in PHP. The back end database we use is bases on Postgres. I am trying to set my new MacBook Pro up as a development system. I have managed to install

Re: [GENERAL] Postgres from PHP in Leopard

2007-12-24 Thread Gordon
On Dec 19, 11:32 am, Gordon <[EMAIL PROTECTED]> wrote: > I'm a web developer who does a lot of work in PHP. The back end > database we use is bases on Postgres. I am trying to set my new > MacBook Pro up as a development system. > > I have managed to install Postgres > fromhttp://sourceforge.net

Re: [GENERAL] Postgres from PHP in Leopard

2007-12-20 Thread John DeSoi
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

Re: [GENERAL] Postgres from PHP in Leopard

2007-12-20 Thread Richard Huxton
Gordon wrote: I'm a web developer who does a lot of work in PHP. The back end database we use is bases on Postgres. I am trying to set my new MacBook Pro up as a development system. I do a fair bit of PHP+PG on my Mac too. I have managed to install Postgres from http://sourceforge.net/proj

[GENERAL] Postgres from PHP in Leopard

2007-12-20 Thread Gordon
I'm a web developer who does a lot of work in PHP. The back end database we use is bases on Postgres. I am trying to set my new MacBook Pro up as a development system. I have managed to install Postgres from http://sourceforge.net/projects/pgsqlformac/ and can access the database on my mac with