History log of /PHP-5.3/Zend/zend_execute.c (Results 26 – 50 of 809)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.9RC1
# d5ef2f46 14-Jul-2008 Dmitry Stogov

Added support for lambda functions and closures


# 578cfc60 01-Jul-2008 Dmitry Stogov

Removed redundant code


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 76a9a42e 11-Jun-2008 Dmitry Stogov

- Removed direct executor recursion.
- Use fastcall calling convention in executor on x86.


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1
# 805b6dd3 09-May-2008 Matt Wilmas

MFH: Fixed bug #44681 (Resources used as array keys get converted to 0)


# 833e0134 06-May-2008 Dmitry Stogov

GC fix


# 1b317f15 05-May-2008 Dmitry Stogov

- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
- Fixed bug #44913 (Segfault when using return in combination with nested loops
and continue 2)


Revision tags: php-5.2.6
# 2ecf4bb0 29-Apr-2008 Dmitry Stogov

Lazy EG(active_symbol_table) initialization


# 8fac7257 24-Apr-2008 Dmitry Stogov

Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdes


Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 2b10c53a 18-Mar-2008 Felipe Pena

MFH: Dropped zend.ze1_compatibility_mode
[DOC]


# 579e46dd 08-Mar-2008 Felipe Pena

Cosmetics (removed space on error message)


# ddc8a631 08-Mar-2008 Felipe Pena

Fixed bug #39018 (Error control operator '@' fails to suppress "Uninitialized string offset")


Revision tags: php-5.2.6RC2
# 8365e71c 04-Mar-2008 Dmitry Stogov

Fixed wrong result of cascading assignment to string offset
Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset
Fixed opcode caches shared memory corruption on ca

Fixed wrong result of cascading assignment to string offset
Fixed memory corruption on cascading assignment of IS_TMP_VAR into string offset
Fixed opcode caches shared memory corruption on cascading assignment of IS_CONST
into string offset

show more ...


Revision tags: php-5.2.6RC1, RELEASE_1_3_1
# 4cf7073a 18-Feb-2008 Dmitry Stogov

Removed redundant refcount manipulations


# 0b682510 24-Jan-2008 Dmitry Stogov

Changed EG(argument_stack) implementation.


# 529c1766 23-Jan-2008 Stanislav Malyshev

fix build


# 0095544c 23-Jan-2008 Dmitry Stogov

Additional executor specialization


# 71592cec 22-Jan-2008 Dmitry Stogov

Added garbage collector


# fa47e900 21-Jan-2008 Dmitry Stogov

Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end


# e6588b66 15-Jan-2008 Dmitry Stogov

Fixed bug #43851 (Memory corrution on reuse of assigned value)


# 059bc1d5 11-Jan-2008 Dmitry Stogov

Simplified assignment to string offset


# ab5bddd9 11-Jan-2008 Dmitry Stogov

Fixed bug #39346 (Unsetting a static variable inside a destructor causes segfault later on)


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# 72de1432 28-Dec-2007 Dmitry Stogov

Fixed possible memory corruption


Revision tags: php-4.4.8RC1
# f817a1ce 14-Dec-2007 Dmitry Stogov

executor optimization


Revision tags: RELEASE_1_2_3
# 648fbe9d 22-Nov-2007 Dmitry Stogov

Fixed bug #43128 (Very long class name causes segfault)


12345678910>>...33