mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
According to current PostgreSQL docs, using PQoidStatus() is deprecated.
This commit is contained in:
parent
78cec9f33e
commit
c32de173c3
3 changed files with 13 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue