diff options
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index cdad76e80e..8703edaba9 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -25,6 +25,8 @@ #include "dl/phpdl.h" #endif +#define PHP_PGSQL_PRIVATE 1 + #include "php.h" #include "php_ini.h" #include "ext/standard/php_standard.h" |