diff options
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 81caec5eb1..0391c24785 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -1487,7 +1487,7 @@ PHP_FUNCTION(pg_loreadall) switch(ZEND_NUM_ARGS()) { case 1: - if (zend_get_parameters(ht, 1, &pgsql_id)==FAILURE) { + if (zend_get_parameters_ex(1, &pgsql_id)==FAILURE) { RETURN_FALSE; } break; |