Skip to content

Commit

Permalink
No need for this initialization - this function initializes all of the
Browse files Browse the repository at this point in the history
elements of zend_internal_function
  • Loading branch information
zsuraski committed Aug 3, 2003
1 parent 8b4bd4a commit 7112d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Zend/zend_API.c
Expand Up @@ -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 {
Expand Down

0 comments on commit 7112d3a

Please sign in to comment.