1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

No need for this initialization - this function initializes all of the

elements of zend_internal_function
This commit is contained in:
Zeev Suraski
2003-08-03 10:32:40 +00:00
parent 8b4bd4a8ec
commit 7112d3a3f8

View File

@@ -1145,7 +1145,6 @@ int zend_register_functions(zend_class_entry *scope, zend_function_entry *functi
char *lowercase_name;
int fname_len;
memset(internal_function, 0, sizeof(zend_function));
if (type==MODULE_PERSISTENT) {
error_type = E_CORE_WARNING;
} else {