helly Sat May 31 11:20:11 2003 EDT
Modified files:
/spl spl_functions.c
Log:
Classes are neither interfaces nor necessarily abstract
Index: spl/spl_functions.c
diff -u spl/spl_functions.c:1.8 spl/spl_functions.c:1.9
--- spl/spl_functions.c:1.8 Thu May 29 19:55:07 2003
+++ spl/spl_functions.c Sat May 31 11:20:11 2003
@@ -70,7 +70,6 @@
*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;
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php