From 302933daea77663f5759b10accd1d0231393b24c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 7 Jul 2020 09:30:24 +0200 Subject: Remove no_separation flag --- ext/pgsql/pgsql.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/pgsql') diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 442d09af04..5b3dc9a80c 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -2584,7 +2584,6 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, zend_long result_ fci.retval = &retval; fci.params = NULL; fci.param_count = 0; - fci.no_separation = 1; if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { if (zend_fcall_info_args(&fci, ctor_params) == FAILURE) { -- cgit v1.2.1