summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-08-02 10:04:02 +0000
committerAntony Dovgal <tony2001@php.net>2006-08-02 10:04:02 +0000
commit7205725d754325c64de8eb44f169c1056896d22d (patch)
tree6c3eb4a0fd0c534c4bfe80e25f99417dd93a5940 /ext/mysql/php_mysql.c
parent9b63740847b0ddc0685df4f6d3c89cdd8cdbff59 (diff)
downloadphp-git-7205725d754325c64de8eb44f169c1056896d22d.tar.gz
init variable, eliminate compile warning
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r--ext/mysql/php_mysql.c2
1 files changed, 1 insertions, 1 deletions
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;