Browse Source

Missing return type.

experimetnal/RETURN_REF_PATCH
Egon Schmid 27 years ago
parent
commit
db44261039
  1. 2
      ext/pgsql/pgsql.c

2
ext/pgsql/pgsql.c

@ -767,7 +767,7 @@ PHP_FUNCTION(pgsql_field_name)
}
/* }}} */
/* {{{ proto pg_fieldsize(int result, int field_number)
/* {{{ int proto pg_fieldsize(int result, int field_number)
Returns the internal size of the field */
PHP_FUNCTION(pgsql_field_size)
{

Loading…
Cancel
Save