From 68611e2d5545c370449d57aef3db6910d768a6b1 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 11 Sep 2000 15:34:14 +0000 Subject: - Added functions pg_putline and pg_endcopy (thanks to Dirk Elmendorf ) @ Added functions pg_putline and pg_endcopy (Dirk Elmendorf) --- ext/pgsql/php_pgsql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pgsql/php_pgsql.h') 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); -- cgit v1.2.1