From: Derick Rethans Date: Thu, 21 Mar 2002 21:49:11 +0000 (+0000) Subject: - Fix PGSql Compile X-Git-Tag: php-4.2.0RC2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=324eb12388265df692ef6908e24322d5f1558bd4;p=php - Fix PGSql Compile --- diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 6e6e5ced5f..82acc88f0c 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -916,7 +916,7 @@ static void php_pgsql_get_result_info(INTERNAL_FUNCTION_PARAMETERS, int entry_ty Z_LVAL_P(return_value) = atoi(PQcmdTuples(pgsql_result)); #else php_error(E_WARNING,"This compilation does not support %s()", - get_active_function_name(TSRMLS_C); + get_active_function_name(TSRMLS_C)); Z_LVAL_P(return_value) = 0; #endif break;