From: Yasuo Ohgaki Date: Wed, 24 Apr 2002 23:03:48 +0000 (+0000) Subject: Remove result_type from pg_fetch_object() proto. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48ea7057e4719a116f6f2d35e7f38941c09e9a02;p=php Remove result_type from pg_fetch_object() proto. It still accepts 3rd argument, but passing 3rd argument does not make sense for pg_fetch_object(). --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index e350af9f77..94b404cca1 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1343,7 +1343,7 @@ PHP_FUNCTION(pg_fetch_array) } /* }}} */ -/* {{{ proto object pg_fetch_object(resource result [, int row [, int result_type]]) +/* {{{ proto object pg_fetch_object(resource result [, int row]) Fetch a row as an object */ PHP_FUNCTION(pg_fetch_object) {