mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Simpler fix for the InvalidOid thing by Tom Lane.
He assured me that InvalidOid has always expanded to (Oid) 0, so this should be safe.
This commit is contained in:
parent
2403578e35
commit
0eec8cf2f7
3 changed files with 3 additions and 23 deletions
|
@ -29,9 +29,6 @@ extern zend_module_entry pgsql_module_entry;
|
|||
|
||||
#ifdef PHP_PGSQL_PRIVATE
|
||||
#undef SOCKET_SIZE_TYPE
|
||||
#ifdef PHP_PGSQL_NEEDS_POSTGRES_H
|
||||
#include <postgres.h>
|
||||
#endif
|
||||
#include <libpq-fe.h>
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue