mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Renamed functions so that this extension finally starts to follow the
recommended naming scheme of PHP.
This commit is contained in:
parent
71066c12dc
commit
0c1620840f
2 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue