From 6cfba2a3ea0c59f63b8c225b2a0ff85194f432f5 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Tue, 25 Sep 2001 22:49:04 +0000 Subject: 2nd phase in back-substitution those macro's I've got pretty much everything now... --- ext/mysql/php_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql/php_mysql.c') diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 9b44b4c958..f6cdd17b9d 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1541,7 +1541,7 @@ static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type, RETURN_FALSE; } convert_to_long_ex(arg2); - result_type = (*arg2)->value.lval; + result_type = Z_LVAL_PP(arg2); break; default: WRONG_PARAM_COUNT; -- cgit v1.2.1