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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user