diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-04-20 02:38:30 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-04-20 02:38:30 +0000 |
commit | 04fb5ef2e370e694c1e050721bc9119209861041 (patch) | |
tree | a9df5e8ef0588d6a70412ccdbf7eebda2c253d99 /ext/pgsql/php_pgsql.h | |
parent | c53c212da6e0c2a2aa71c62698f6cf07ae205ac1 (diff) | |
download | php-git-04fb5ef2e370e694c1e050721bc9119209861041.tar.gz |
Added API version for C programs
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 46f75bad63..caab8a3ad9 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -24,6 +24,8 @@ #if HAVE_PGSQL +#define PHP_PGSQL_API 20020419 + extern zend_module_entry pgsql_module_entry; #define pgsql_module_ptr &pgsql_module_entry |