diff options
author | Derick Rethans <derick@php.net> | 2000-09-11 15:34:14 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2000-09-11 15:34:14 +0000 |
commit | 68611e2d5545c370449d57aef3db6910d768a6b1 (patch) | |
tree | 61611d395589cd54bbca0d4b01e788a20cae9d9e /ext/pgsql/php_pgsql.h | |
parent | 2e0ae6d25f6cc2068e1e30c641e870dab52b1721 (diff) | |
download | php-git-68611e2d5545c370449d57aef3db6910d768a6b1.tar.gz |
- Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf
<delmendo@rackspace.com>)
@ Added functions pg_putline and pg_endcopy (Dirk Elmendorf)
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 9101128dc8..445f5664dd 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -85,6 +85,8 @@ PHP_FUNCTION(pg_lowrite); PHP_FUNCTION(pg_loreadall); PHP_FUNCTION(pg_loimport); PHP_FUNCTION(pg_loexport); +PHP_FUNCTION(pg_putline); +PHP_FUNCTION(pg_endcopy); #if HAVE_PQCLIENTENCODING PHP_FUNCTION(pg_clientencoding); PHP_FUNCTION(pg_setclientencoding); |