summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-04-20 02:38:30 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-04-20 02:38:30 +0000
commit04fb5ef2e370e694c1e050721bc9119209861041 (patch)
treea9df5e8ef0588d6a70412ccdbf7eebda2c253d99
parentc53c212da6e0c2a2aa71c62698f6cf07ae205ac1 (diff)
downloadphp-git-04fb5ef2e370e694c1e050721bc9119209861041.tar.gz
Added API version for C programs
-rw-r--r--ext/pgsql/php_pgsql.h2
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