History log of /PHP-5.5/Zend/zend_vm_execute.h (Results 101 – 125 of 453)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5e763d94 22-May-2012 Nikita Popov

Allocate execute_data using malloc for generators

Generators need to switch the execute_data very often. If the execute_data
is allocated on the VM stack this operation would require to

Allocate execute_data using malloc for generators

Generators need to switch the execute_data very often. If the execute_data
is allocated on the VM stack this operation would require to always copy
the structure (which is quite large). That's why the execution context is
allocated on the heap instead (only for generators obviously).

show more ...


# 46fa26ab 20-May-2012 Nikita Popov

Make generator functions return a Generator object

Right now generator functions simply immediately return a new Generator
object (no suspension yet).


# 1cec3f12 19-May-2012 Nikita Popov

Add ZEND_SUSPEND_AND_RETURN_GENERATOR opcode

If the function is a generator this opcode will be invoked right after
receiving the function arguments.

The current implementation

Add ZEND_SUSPEND_AND_RETURN_GENERATOR opcode

If the function is a generator this opcode will be invoked right after
receiving the function arguments.

The current implementation is just a dummy.

show more ...


Revision tags: php-5.3.14RC1, php-5.4.4RC1
# d03900dc 13-May-2012 Stanislav Malyshev

fix bug #61782 - __clone/__destruct do not match other methods when checking access controls


# a0dff6fd 13-May-2012 Stanislav Malyshev

fix bug #61782 - __clone/__destruct do not match other methods when checking access controls


Revision tags: php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1
# 565892d4 15-Apr-2012 Xinchen Hui

Implement const array/string dereference

RFC:https://wiki.php.net/rfc/constdereference


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# 0876d7bb 02-Mar-2012 Xinchen Hui

MFH: Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)


Revision tags: php-5.4.0
# 229e5563 25-Feb-2012 Xinchen Hui

Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property)


Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7
# 3fe072f8 30-Jan-2012 Dmitry Stogov

Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods


# c95937e9 30-Jan-2012 Dmitry Stogov

Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods


# 3a8a5bc8 26-Jan-2012 Xinchen Hui

WS, merged from trunk cause this issue, sorry


# bbd6ab20 26-Jan-2012 Xinchen Hui

WS, merged from trunk cause this issue, sorry


# 12074512 26-Jan-2012 Xinchen Hui

Fixed bug #60825 (Segfault when running symfony 2 tests)


# 6b1d3b3d 24-Jan-2012 Xinchen Hui

Re-fixed bug #60825 (Segfault when running symfony 2 tests)


# a222954a 24-Jan-2012 Xinchen Hui

Re-fixed bug #60825 (Segfault when running symfony 2 tests)


# cf54cc73 21-Jan-2012 Xinchen Hui

Fixed bug #60825 (Segfault when running symfony 2 tests)


Revision tags: php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4
# 327a5828 22-Dec-2011 Stanislav Malyshev

Fix warning on non-numeric offsets


# 0610ca45 22-Dec-2011 Stanislav Malyshev

Fix warning on non-numeric offsets


# 1f4f33af 19-Dec-2011 Stanislav Malyshev

implement the solution for isset/string offsets, fix bug #60362


# 622412d8 19-Dec-2011 Stanislav Malyshev

implement the solution for isset/string offsets, fix bug #60362


Revision tags: php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1
# cacf3639 08-Nov-2011 Dmitry Stogov

Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())


# e8683027 08-Nov-2011 Dmitry Stogov

Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using sqliteCreateFunction())


12345678910>>...19