According to current PostgreSQL docs, using PQoidStatus() is deprecated.

This commit is contained in:
Jouni Ahto 2000-05-23 06:03:34 +00:00
parent 78cec9f33e
commit c32de173c3
3 changed files with 13 additions and 2 deletions

View file

@ -43,7 +43,8 @@ extern zend_module_entry pgsql_module_entry;
#define pgsql_module_ptr &pgsql_module_entry
#ifdef PHP_PGSQL_PRIVATE
#undef SOCKET_SIZE_TYPE
#include <postgres.h>
#include <libpq-fe.h>
#if (WIN32||WINNT)