Browse Source

yet another proto fix

experimental/ZendEngine2
Hartmut Holzgraefe 25 years ago
parent
commit
a16b64b7aa
  1. 2
      ext/pgsql/pgsql.c

2
ext/pgsql/pgsql.c

@ -1923,7 +1923,7 @@ PHP_FUNCTION(pg_lo_export)
}
/* }}} */
/* {{{ proto bool pg_lo_lseek(resource large_object, int offset [, int whence])
/* {{{ proto bool pg_lo_seek(resource large_object, int offset [, int whence])
Seeks position of large object */
PHP_FUNCTION(pg_lo_seek)
{

Loading…
Cancel
Save