- Renamed functions so that this extension finally starts to follow the

recommended naming scheme of PHP.
This commit is contained in:
Jouni Ahto 2000-09-11 21:28:47 +00:00
parent 71066c12dc
commit 0c1620840f
2 changed files with 8 additions and 8 deletions

View file

@ -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);