diff options
author | Zeev Suraski <zeev@php.net> | 2000-05-31 20:40:28 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-05-31 20:40:28 +0000 |
commit | a00a1d12eac157905d6f67361814a695687a7d32 (patch) | |
tree | b1675dbb6759e08b1848e64ac38c0d65c755d012 /ext/pgsql/php_pgsql.h | |
parent | 7bb2af41e36bc3e39f058dc293578a0a260f40c3 (diff) | |
download | php-git-a00a1d12eac157905d6f67361814a695687a7d32.tar.gz |
@- Added pg_trace() and pg_untrace (Dominic J. Eidson & Zeev)
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 ac8a35394a..c645eaafb8 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -69,6 +69,8 @@ PHP_FUNCTION(pg_pconnect); PHP_FUNCTION(pg_close); PHP_FUNCTION(pg_dbname); PHP_FUNCTION(pg_errormessage); +PHP_FUNCTION(pg_trace); +PHP_FUNCTION(pg_untrace); PHP_FUNCTION(pg_options); PHP_FUNCTION(pg_port); PHP_FUNCTION(pg_tty); |