diff options
author | Zeev Suraski <zeev@php.net> | 2003-08-03 10:32:40 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-08-03 10:32:40 +0000 |
commit | 7112d3a3f8c116fae8dbe8ad4ea859b1f2e6b2f5 (patch) | |
tree | 78585cb89ca2b658b3337a47af628f60b54cd1ee /Zend/zend_API.c | |
parent | 8b4bd4a8eceae074a5f6461fae97a80ce6f0f4d7 (diff) | |
download | php-git-7112d3a3f8c116fae8dbe8ad4ea859b1f2e6b2f5.tar.gz |
No need for this initialization - this function initializes all of the
elements of zend_internal_function
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r-- | Zend/zend_API.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 0be5dba276..c22cef4708 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -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 { |