summaryrefslogtreecommitdiff
path: root/ext/pgsql/php3_pgsql.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-05-21 08:04:38 +0000
committerSascha Schumann <sas@php.net>1999-05-21 08:04:38 +0000
commit0fe7fe30b576d34155aad1f32a1bbd23eada93e4 (patch)
tree7a49ad1e3079713804881f64e617f26986dc3144 /ext/pgsql/php3_pgsql.h
parent672e38da935c61885fa1cc29eee4591467d6b4ba (diff)
downloadphp-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.h2
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 */