]> granicus.if.org Git - php/commit
Refactored part of the Traits implementation.
authorStefan Marr <gron@php.net>
Sun, 2 May 2010 16:32:25 +0000 (16:32 +0000)
committerStefan Marr <gron@php.net>
Sun, 2 May 2010 16:32:25 +0000 (16:32 +0000)
commitfe4988241d560bbf978139652a3ea120154e00ad
tree1b88a49d54f333bdd20fa37d6ebcd6d2934b7ca1
parent1fc377bc994b3e2cb38b45c7c748eb90d25f6aea
Refactored part of the Traits implementation.
# - renamed php_runkit_function_copy_ctor to _duplicate_function
#   REM: runkit does not compile with trunk at the moment, fixing it would introduce even more version #ifs, don't know what the best way is to fix it
# - extracted traits related stuff from destroy_zend_class into _destroy_zend_class_traits_info
#   - need to investigate implementation/handling of internal classes further before enabling internal traits
Zend/zend_compile.c
Zend/zend_opcode.c