mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE
This commit is contained in:
parent
f6a7542f73
commit
a931caf2b2
2 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
extern zend_module_entry pgsql_module_entry;
|
||||
#define pgsql_module_ptr &pgsql_module_entry
|
||||
|
||||
#ifdef PHP_PGSQL_PRIVATE
|
||||
|
||||
#include <libpq-fe.h>
|
||||
|
||||
|
@ -138,6 +139,7 @@ typedef struct {
|
|||
# define PGLS_FETCH()
|
||||
extern PHP_PGSQL_API php_pgsql_globals pgsql_globals;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue