diff options
author | Sascha Schumann <sas@php.net> | 1999-05-21 08:04:38 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-05-21 08:04:38 +0000 |
commit | 0fe7fe30b576d34155aad1f32a1bbd23eada93e4 (patch) | |
tree | 7a49ad1e3079713804881f64e617f26986dc3144 /ext/pgsql/php3_pgsql.h | |
parent | 672e38da935c61885fa1cc29eee4591467d6b4ba (diff) | |
download | php-git-0fe7fe30b576d34155aad1f32a1bbd23eada93e4.tar.gz |
- add phpext_pgsql_ptr
- semaphore update for glibc-2.1 systems
Diffstat (limited to 'ext/pgsql/php3_pgsql.h')
-rw-r--r-- | ext/pgsql/php3_pgsql.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/php3_pgsql.h b/ext/pgsql/php3_pgsql.h index 097e168d94..765c124d10 100644 --- a/ext/pgsql/php3_pgsql.h +++ b/ext/pgsql/php3_pgsql.h @@ -117,4 +117,6 @@ extern pgsql_module php3_pgsql_module; #endif +#define phpext_pgsql_ptr pgsql_module_ptr + #endif /* _PHP3_PGSQL_H */ |