diff options
| author | Andi Gutmans <andi@php.net> | 1999-11-20 01:14:36 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 1999-11-20 01:14:36 +0000 |
| commit | b89689f2efcbae95725ff3d1922999e2c0b53422 (patch) | |
| tree | 27f77c6ee4fdc32dbf962a360415033eec84d1e6 /ext/pgsql/pgsql.c | |
| parent | 0c65c8a23c2ace4b4f0c28da85572358974664f4 (diff) | |
| download | php-git-b89689f2efcbae95725ff3d1922999e2c0b53422.tar.gz | |
- More PGSQL thread-safe updates. It still doesn't work though. Crashes for
some reason at .dll load time
Diffstat (limited to 'ext/pgsql/pgsql.c')
| -rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 56251b177f..cff75b9a0e 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -79,7 +79,7 @@ php3_module_entry pgsql_module_entry = { }; #if COMPILE_DL -php3_module_entry *get_module() { return &pgsql_module_entry; } +PHP_PGSQL_API php3_module_entry *get_module() { return &pgsql_module_entry; } #endif static int le_link,le_plink,le_result,le_lofp,le_string; |
