]> granicus.if.org Git - php/commit
- Add constructor to the zend_class_entry instead of looking it up each
authorAndi Gutmans <andi@php.net>
Sat, 3 Nov 2001 11:59:14 +0000 (11:59 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 3 Nov 2001 11:59:14 +0000 (11:59 +0000)
commitb87194e0c67cdc2ccc2ea2146cc815b4d4126a6b
tree8c8b64fca222186178e2638d1d44d6832a6886ad
parent02293b6bee14fa8469378309ca9ee10a23c1434a
- Add constructor to the zend_class_entry instead of looking it up each
- time by name.
- This will allow the next patch of being able to instantiate nested
- classes such as new foo::bar::barbara();
Zend/zend.h
Zend/zend_compile.c
Zend/zend_execute.c