summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-05-31 15:20:11 +0000
committerMarcus Boerger <helly@php.net>2003-05-31 15:20:11 +0000
commit7d78168c7b6407ca2734e09d6d5f2f628837085d (patch)
tree775e7284998f5628cc0dc3dfd982231316b71ae9 /ext
parent7ad9732a9494898a153319431ec715c3db5c4abb (diff)
downloadphp-git-7d78168c7b6407ca2734e09d6d5f2f628837085d.tar.gz
Classes are neither interfaces nor necessarily abstract
Diffstat (limited to 'ext')
-rwxr-xr-xext/spl/spl_functions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/spl/spl_functions.c b/ext/spl/spl_functions.c
index 7e17755d47..ea51d695e2 100755
--- a/ext/spl/spl_functions.c
+++ b/ext/spl/spl_functions.c
@@ -70,7 +70,6 @@ void spl_register_std_class(zend_class_entry ** ppce, zend_namespace * namespace
*ppce = zend_register_internal_ns_class(&ce, NULL, namespace_entry, NULL TSRMLS_CC);
/* entries changed by initialize */
- (*ppce)->ce_flags = ZEND_ACC_ABSTRACT | ZEND_ACC_INTERFACE;
(*ppce)->create_object = obj_ctor;
}
/* }}} */