]> granicus.if.org Git - php/commit
- Separate other kinds of function calls too.
authorAndi Gutmans <andi@php.net>
Fri, 4 Jan 2002 08:05:21 +0000 (08:05 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 4 Jan 2002 08:05:21 +0000 (08:05 +0000)
commit6203a250f7b8c36be3ced49acd6558a4871d433f
tree9082f2c796eb202ab81396b3396619f361ccca3f
parent0ab9d112254e975f1b4cabb164a1f047edf61ce2
- Separate other kinds of function calls too.
- Significantly improve performance of function calls by moving lowercasing
- the function name to compile-time when possible.
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c