#
4ca4b423 |
| 26-Jul-2014 |
Nikita Popov |
Make lexer return AST nodes
|
#
9344a95a |
| 26-Jul-2014 |
Nikita Popov |
Remove dead code
|
#
17234d78 |
| 26-Jul-2014 |
Nikita Popov |
Replicate old linenos for class binding
|
#
1bdc4332 |
| 26-Jul-2014 |
Nikita Popov |
Fix bugs
|
#
edd9fcab |
| 26-Jul-2014 |
Nikita Popov |
Fix leaks Must find a good way to handle constant expressions...
|
#
d46f67a3 |
| 25-Jul-2014 |
Nikita Popov |
Use arena allocator (currently leaky!)
|
#
1644bf01 |
| 24-Jul-2014 |
Nikita Popov |
Resolve futher interning issues Not sure if this is the right way to do it ...
|
#
c777427c |
| 24-Jul-2014 |
Nikita Popov |
Fix interning bug
|
#
24ca6bb9 |
| 24-Jul-2014 |
Nikita Popov |
Add call_user_func optimization
|
#
cec74723 |
| 24-Jul-2014 |
Nikita Popov |
Implement call_user_func_array optimization
|
Revision tags: php-5.5.15, php-5.4.31 |
|
#
0356e07a |
| 22-Jul-2014 |
Nikita Popov |
Implement ZEND_DEFINED optimization
|
#
7892b894 |
| 22-Jul-2014 |
Nikita Popov |
Implement ZEND_TYPE_CHECK optimization
|
#
2ee490ba |
| 22-Jul-2014 |
Nikita Popov |
Implement ZEND_STRLEN optimization
|
#
f21d8bc2 |
| 22-Jul-2014 |
Nikita Popov |
CT bind args before unpack
|
#
18596740 |
| 22-Jul-2014 |
Nikita Popov |
Port ZEND_BIND_GLOBAL optimization
|
#
43b2973e |
| 22-Jul-2014 |
Nikita Popov |
Remove declare_stack
|
#
a7fc995f |
| 22-Jul-2014 |
Nikita Popov |
Dead code
|
#
b9be66eb |
| 22-Jul-2014 |
Nikita Popov |
Implement declare()
|
#
2653b8b5 |
| 22-Jul-2014 |
Nikita Popov |
Handle __halt_compiler()
|
#
3becdb33 |
| 22-Jul-2014 |
Nikita Popov |
__halt_compiler() without haling compiler
|
#
de2f132f |
| 22-Jul-2014 |
Nikita Popov |
Add NS error checks Those can probably be implemented in a better way now...
|
#
776800b0 |
| 22-Jul-2014 |
Nikita Popov |
Discard NS doc comments
|
#
130b6340 |
| 22-Jul-2014 |
Nikita Popov |
Code cleanup
|
#
cc0bef66 |
| 22-Jul-2014 |
Nikita Popov |
Fix namespace\, maybe
|
#
9c69c41a |
| 22-Jul-2014 |
Nikita Popov |
Port top level stmt Problem: namespace\foo no longer works :/
|