]> granicus.if.org Git - php/commitdiff
Not needed, will be copied from ptr->flags later
authorMarcus Boerger <helly@php.net>
Sun, 3 Aug 2003 20:49:27 +0000 (20:49 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 3 Aug 2003 20:49:27 +0000 (20:49 +0000)
Zend/zend_API.c

index 88faa34bd5008ae5b705cb60a0044d3f2740e026..bca19db0d23cf2dd670de3f29fbf5e915e3d56b3 100644 (file)
@@ -1160,7 +1160,6 @@ int zend_register_functions(zend_class_entry *scope, zend_function_entry *functi
                internal_function->handler = ptr->handler;
                internal_function->function_name = ptr->fname;
                internal_function->scope = scope;
-               internal_function->fn_flags = ZEND_ACC_PUBLIC;
                internal_function->prototype = NULL;
                if (ptr->arg_info) {
                        internal_function->arg_info = ptr->arg_info+1;