mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
This should get it to compile...
This commit is contained in:
parent
a31237a21f
commit
06ab44337f
2 changed files with 36 additions and 36 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue