From: Yasuo Ohgaki Date: Sat, 20 Apr 2002 02:38:30 +0000 (+0000) Subject: Added API version for C programs X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~551 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04fb5ef2e370e694c1e050721bc9119209861041;p=php Added API version for C programs --- 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