summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index 0496fe335a..ca4975458c 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -64,34 +64,34 @@ PHP_FUNCTION(pg_connect);
PHP_FUNCTION(pg_pconnect);
PHP_FUNCTION(pg_close);
PHP_FUNCTION(pg_dbname);
-PHP_FUNCTION(pg_error_message);
+PHP_FUNCTION(pg_errormessage);
PHP_FUNCTION(pg_options);
PHP_FUNCTION(pg_port);
PHP_FUNCTION(pg_tty);
PHP_FUNCTION(pg_host);
PHP_FUNCTION(pg_exec);
-PHP_FUNCTION(pg_num_rows);
-PHP_FUNCTION(pg_num_fields);
+PHP_FUNCTION(pg_numrows);
+PHP_FUNCTION(pg_numfields);
PHP_FUNCTION(pg_cmdtuples);
-PHP_FUNCTION(pg_field_name);
-PHP_FUNCTION(pg_field_size);
-PHP_FUNCTION(pg_field_type);
-PHP_FUNCTION(pg_field_number);
+PHP_FUNCTION(pg_fieldname);
+PHP_FUNCTION(pg_fieldsize);
+PHP_FUNCTION(pg_fieldtype);
+PHP_FUNCTION(pg_fieldnum);
PHP_FUNCTION(pg_result);
PHP_FUNCTION(pg_fetch_row);
PHP_FUNCTION(pg_fetch_array);
PHP_FUNCTION(pg_fetch_object);
-PHP_FUNCTION(pg_data_length);
-PHP_FUNCTION(pg_data_isnull);
-PHP_FUNCTION(pg_free_result);
-PHP_FUNCTION(pg_last_oid);
-PHP_FUNCTION(pg_lo_create);
-PHP_FUNCTION(pg_lo_unlink);
-PHP_FUNCTION(pg_lo_open);
-PHP_FUNCTION(pg_lo_close);
-PHP_FUNCTION(pg_lo_read);
-PHP_FUNCTION(pg_lo_write);
-PHP_FUNCTION(pg_lo_readall);
+PHP_FUNCTION(pg_fieldprtlen);
+PHP_FUNCTION(pg_fieldisnull);
+PHP_FUNCTION(pg_freeresult);
+PHP_FUNCTION(pg_getlastoid);
+PHP_FUNCTION(pg_locreate);
+PHP_FUNCTION(pg_lounlink);
+PHP_FUNCTION(pg_loopen);
+PHP_FUNCTION(pg_loclose);
+PHP_FUNCTION(pg_loread);
+PHP_FUNCTION(pg_lowrite);
+PHP_FUNCTION(pg_loreadall);
void php_pgsql_do_connect(INTERNAL_FUNCTION_PARAMETERS,int persistent);
int php_pgsql_get_default_link(INTERNAL_FUNCTION_PARAMETERS);