History log of /PHP-7.1/Zend/zend_compile.c (Results 651 – 675 of 1956)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b6789b1d 21-Jun-2014 Nikita Popov

zend_ast_dynamic_ast returns new node


# 86db3942 21-Jun-2014 Nikita Popov

Remove dead code


# 657762ee 19-Jun-2014 Nikita Popov

AST stage 2.4


Revision tags: php-5.6.0RC1
# 0c81b3ea 14-Jun-2014 Nikita Popov

Remove dead code


# 0ec49bba 14-Jun-2014 Nikita Popov

AST stage 1.9

Expressions (mostly) use the AST


# e1b18e59 17-Jun-2014 Dmitry Stogov

Use arena allocator for zend_class_entry, zend_op_array and zend_property_info that live till the end of request


# a8e63d2b 16-Jun-2014 Dmitry Stogov

Fixed support for constants inherited from interfaces


# 909acec2 16-Jun-2014 Dmitry Stogov

Avoid useles constants update


# bd10db27 16-Jun-2014 Dmitry Stogov

Use new zend_hash iteration API


# 0a3979e0 16-Jun-2014 Bob Weinand

Fix patch for bug #67436


# ca29063d 15-Jun-2014 Bob Weinand

Fix bug #67436


Revision tags: php-5.5.14RC1, php-5.4.30RC1
# 258a733e 07-Jun-2014 Nikita Popov

AST-based compiler: Stage 1


# 592c8a04 10-Jun-2014 Dmitry Stogov

Improved conditions order


# 98918fe6 06-Jun-2014 Nikita Popov

Remove (&ast->u.child)[i] weirdness


# e499c3d2 06-Jun-2014 Dmitry Stogov

Introduced new BIND_GLOBAL instraction instead of FETCH_W+ASSIGN_REF pair that caused a lot of useles checks


# c1965f58 05-Jun-2014 Dmitry Stogov

Use reference counting instead of zval duplication


Revision tags: php-5.6.0beta4
# 3f6f0d5a 03-Jun-2014 Dmitry Stogov

Simplified and optimized ZEND_HANDLE_NUMERIC()


# 5c2120b6 31-May-2014 Nikita Popov

Forbid writing to temporary expressions


# c53a7ea4 31-May-2014 Nikita Popov

Property handle calls on [] and '' consts/tmps


# 8a65c3b2 31-May-2014 Nikita Popov

Remove now unnecessary code in begin_method_call


# fcf42d81 31-May-2014 Nikita Popov

Remove object_stack (mostly)


# 87f8e758 30-May-2014 Nikita Popov

Cleanup old grammar rules


# a8c15950 30-May-2014 Nikita Popov

LTR static member access


# 95a3a126 30-May-2014 Nikita Popov

Change precedence of $ operator

$$foo['bar'] is now interpreted as ${$foo}['bar'] rather than
${$foo['bar']}.


# 9f70b2f6 30-May-2014 Xinchen Hui

typo


1...<<21222324252627282930>>...79