From 0c1620840fd55bd02b81f384684a5592f401cd97 Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Mon, 11 Sep 2000 21:28:47 +0000 Subject: - Renamed functions so that this extension finally starts to follow the recommended naming scheme of PHP. --- ext/pgsql/php_pgsql.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 445f5664dd..54b3f5d67f 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -85,8 +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); +PHP_FUNCTION(pg_put_line); +PHP_FUNCTION(pg_end_copy); #if HAVE_PQCLIENTENCODING PHP_FUNCTION(pg_clientencoding); PHP_FUNCTION(pg_setclientencoding); -- cgit v1.2.1