diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-17 07:58:46 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-17 07:58:46 +0000 |
commit | 601a507ad68d7a4997937dba0c21a3e2f7c53e6e (patch) | |
tree | 7e26e6052b53990e0383d8b7a85522278f034ede /ext/pgsql/php_pgsql.h | |
parent | 29d16f67f40dc79fbbcff0ee8bad2d1381924072 (diff) | |
download | php-git-601a507ad68d7a4997937dba0c21a3e2f7c53e6e.tar.gz |
Added async message function - pg_get_notify()
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 d035798fe5..5fef4ef781 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -97,6 +97,8 @@ PHP_FUNCTION(pg_field_size); PHP_FUNCTION(pg_field_type); PHP_FUNCTION(pg_field_prtlen); PHP_FUNCTION(pg_field_is_null); +/* async message functions */ +PHP_FUNCTION(pg_get_notify); /* error message functions */ PHP_FUNCTION(pg_result_error); PHP_FUNCTION(pg_last_error); |