summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-08-03 20:49:27 +0000
committerMarcus Boerger <helly@php.net>2003-08-03 20:49:27 +0000
commit8c614ddda42ddecd1367f470ab3f4a00531a6c30 (patch)
treec99637f167888ee4c16dad1ee607a6efe8ac459c /Zend/zend_API.c
parente58a4ede810bab97c8a19a3907455287b3159210 (diff)
downloadphp-git-8c614ddda42ddecd1367f470ab3f4a00531a6c30.tar.gz
Not needed, will be copied from ptr->flags later
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c
index 88faa34bd5..bca19db0d2 100644
--- a/Zend/zend_API.c
+++ b/Zend/zend_API.c
@@ -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;