Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS
Date
Msg-id 20010218165700.A27653@lerami.lerctr.org
Whole thread Raw
In response to Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Tom Lane <tgl@sss.pgh.pa.us> [010218 16:54]:
> Larry Rosenman <ler@lerctr.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 ...
> 
Interestingly, leaving out postgres_fe.h works as well. 

I'll update my bug report w/php to delete that line altogether. 

>             regards, tom lane
-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS
Next
From: Larry Rosenman
Date:
Subject: Re: (forw) (forw) Re: PHP 4.0.4pl1 BUILD: BUSTED WITH CURRENT CVS