Re: Re: php Compile question
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Gregory Wood" <gregw@com-stock.com>
Cc: "PostgreSQL-General" <pgsql-general@postgresql.org>
Date: 2001-04-04T20:20:33Z
Lists: pgsql-general
"Gregory Wood" <gregw@com-stock.com> writes: > This has been discussed quite a few times recently (in fact, I posted a > similar reply yesterday). From Tom Lane: > "Change php_pgsql.h to refer to postgres_fe.h not postgres.h." Or just remove that #include entirely, which is what I believe the PHP guys will do in their next release. It hasn't been necessary for awhile. Or do Postgres' "make install-all-headers", if you don't want to touch the PHP code. regards, tom lane