diff options
| author | Sascha Schumann <sas@php.net> | 2000-05-02 05:27:35 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-05-02 05:27:35 +0000 |
| commit | a931caf2b274911e6b21084690804bae15c57a53 (patch) | |
| tree | e0da603d631d134e7795b965bd58e0883ea903f3 /ext/pgsql/pgsql.c | |
| parent | f6a7542f73e39de7dd182dee61273f358084488d (diff) | |
| download | php-git-a931caf2b274911e6b21084690804bae15c57a53.tar.gz | |
Protect everything which requires <libpq-fe.h> with PHP_PGSQL_PRIVATE
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" |
