From: Antony Dovgal Date: Wed, 2 Aug 2006 10:04:02 +0000 (+0000) Subject: init variable, eliminate compile warning X-Git-Tag: RELEASE_1_0_0RC1~2133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7205725d754325c64de8eb44f169c1056896d22d;p=php init variable, eliminate compile warning --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 513a75cf48..91c71c2378 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1882,7 +1882,7 @@ static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type, mysql_row_length_type *mysql_row_lengths; int i; zval *res, *ctor_params = NULL; - zend_class_entry *ce; + zend_class_entry *ce = NULL; if (into_object) { char *class_name;