From:             [EMAIL PROTECTED]
Operating system: debian gnu linux 2.4.3
PHP version:      4.0.4pl1
PHP Bug Type:     Compile Failure
Bug description:  PHP needs a patch to compile with PostgreSQL 7.1

It seems that pgsql guys have changed headers' inclusion 
policy in 7.1:

---------------------------------------------------------
 * postgres.h
 *        Primary include file for PostgreSQL server .c 
files
 *
 * This should be the first file included by PostgreSQL 
backend modules.
 * Client-side code should include postgres_fe.h instead.
---------------------------------------------------------

PHP must include postgres_fe.h instead of postgres.h in 
phpsrc/ext/pgsql/php_pgsql.h line 32.

that's all.

stefano barbato




-- 
Edit Bug report at: http://bugs.php.net/?id=10406&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to