summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2010-12-27 20:25:34 +0000
committerAntony Dovgal <tony2001@php.net>2010-12-27 20:25:34 +0000
commitae0e5a0c8c458347160de293851e88cc2e881414 (patch)
tree8ce158d407bad7bef33d28a2c5e220c7c06f139f /Zend/zend.c
parent8029a7563c1c52a68b8fae454526d289dbd777ee (diff)
downloadphp-git-ae0e5a0c8c458347160de293851e88cc2e881414.tar.gz
initialize script_encoding_list (reported by Gustavo Lopes)
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index 849a7edf2f..f4116e5ba1 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -522,6 +522,7 @@ static void compiler_globals_ctor(zend_compiler_globals *compiler_globals TSRMLS
} else {
compiler_globals->static_members_table = NULL;
}
+ compiler_globals->script_encoding_list = NULL;
}
/* }}} */