From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgman(at)candle(dot)phl(dot)pa(dot)us |
Subject: | Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS |
Date: | 2001-02-18 22:55:16 |
Message-ID: | 20010218165516.A27460@lerami.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
* Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> [010218 16:54]:
> Larry Rosenman <ler(at)lerctr(dot)org> writes:
> > OK, I found it. PHP was including postgres.h (which we no longer
> > install...., so we were picking up a Feb 7 version).
> > Changing php's ext/pgsql/php_pgsql.h to #include <postgres_fe.h>
> > fixes it.
>
> Hm. Should php be including either one? I would have been in less
> hurry to invent a new file if I had thought that client apps were
> including postgres.h ...
hmm. It include libpq-fe.h as well.
>
> regards, tom lane
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Larry Rosenman | 2001-02-18 22:57:00 | Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS |
Previous Message | Tom Lane | 2001-02-18 22:54:23 | Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS |