From: Antony Dovgal Date: Wed, 2 Aug 2006 10:04:11 +0000 (+0000) Subject: init variable, eliminate compile warning X-Git-Tag: php-5.2.0RC2~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5635a81af0bbbd3459d1de2595dc7ab47166eda;p=php init variable, eliminate compile warning --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index e509cf7803..201c4eccab 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1893,7 +1893,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; #ifdef ZEND_ENGINE_2 if (into_object) {