Index: Zend/zend_compile.c
===================================================================
RCS file: /repository/ZendEngine2/zend_compile.c,v
retrieving revision 1.650
diff -u -r1.650 zend_compile.c
--- Zend/zend_compile.c 11 Aug 2005 23:34:55 -0000 1.650
+++ Zend/zend_compile.c 12 Aug 2005 04:11:53 -0000
@@ -2208,7 +2208,7 @@
zend_hash_merge(&ce->constants_table, &parent_ce->constants_table, (void 
(*)(void *)) zval_add_ref, NULL, sizeof(zval *), 0);
zend_hash_merge_ex(&ce->function_table, &parent_ce->function_table, 
(copy_ctor_func_t) do_inherit_method, sizeof(zend_function), 
(merge_checker_func_t) do_inherit_method_check, ce);
- do_inherit_parent_constructor(ce);
+ do_inherit_parent_constructor(ce TSRMLS_CC);
if (ce->ce_flags & ZEND_ACC_IMPLICIT_ABSTRACT_CLASS && ce->type == 
ZEND_INTERNAL_CLASS) {
ce->ce_flags |= ZEND_ACC_EXPLICIT_ABSTRACT_CLASS; 

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to