History log of /PHP-5.5/Zend/zend_vm_execute.h (Results 26 – 50 of 453)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1
# 4cf06473 23-Apr-2013 Dmitry Stogov

Fixed incorrect check. SEND_REF may be executed before DO_FCALL when EX(function_state).function is not yet set to the calling function.


# ba292b03 11-Apr-2013 Xinchen Hui

Fixed bug (Wrong ce cached)


Revision tags: php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2
# ed315823 26-Mar-2013 Xinchen Hui

Fixed bug #64515 (Memoryleak when using the same variablename 2times in function declaration)


# 5e9377eb 26-Mar-2013 Xinchen Hui

Fixed bug #64515 (Memoryleak when using the same variablename 2times in function declaration)


# c4686b4d 25-Mar-2013 Dmitry Stogov

Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly). (Jeff Welch)


Revision tags: php-5.5.0beta1, php-5.3.23, php-5.4.13
# d77c865a 13-Mar-2013 Dmitry Stogov

Removed redundand code


Revision tags: php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12
# fcc6611d 16-Feb-2013 Nikita Popov

Add support for non-scalar Iterator keys in foreach

RFC: https://wiki.php.net/rfc/foreach-non-scalar-keys


# 0c6d903c 19-Feb-2013 Stanislav Malyshev

fix bug #49348 - issue notice on get_property_ptr_ptr when used for read


# 75742d57 16-Feb-2013 Xinchen Hui

Exceptions triggered by undefined variable should be handled before FATAL error

this is a enhancement of the fix for bug #64135


Revision tags: php-5.3.22RC2, php-5.4.12RC2
# 29050975 07-Feb-2013 Xinchen Hui

Fixed bug #64135 (Exceptions from set_error_handler are not always propagated)


Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4
# aa0adce4 19-Jan-2013 Gustavo Lopes

Fix bug #64023 (__toString() & SplFileInfo)

Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore

Fix bug #64023 (__toString() & SplFileInfo)

Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore
__toString().

Using echo() directly would actually use __toString(), but this was a
bug: the ECHO handler would try zend_std_cast_object_tostring() before
cast_object(), but cast_object() should have priority as
zend_std_cast_object_tostring() assumes an object with a
zend_class_entry.

show more ...


# 8991ed01 19-Jan-2013 Lars Strojny

Class Name Resolution As Scalar Via "class" Keyword


Revision tags: php-5.3.21, php-5.4.11
# 62059c16 14-Jan-2013 Xinchen Hui

Fixed bug #63980 (object members get trimmed by zero bytes)


Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# 831fbcf3 01-Jan-2013 Xinchen Hui

Happy New Year


# ffb848b2 21-Dec-2012 Nikita Popov

Fix bug #63822: Crash when using closures with ArrayAccess

op_array->T was used after the closure's op_array was already freed. This just
swaps the freeing order.


Revision tags: php-5.3.20, php-5.4.10
# d53f1bf8 18-Dec-2012 Nikita Popov

Fix leak when generator ignores sent value

When the return value of yield wasn't used it was leaked.

This is fixed by using a TMP_VAR return value instead of VAR. TMP_VARs are
a

Fix leak when generator ignores sent value

When the return value of yield wasn't used it was leaked.

This is fixed by using a TMP_VAR return value instead of VAR. TMP_VARs are
automatically freed when they aren't used.

show more ...


Revision tags: php-5.5.0alpha2
# 9fb5cfde 14-Dec-2012 Xinchen Hui

Fixed warning of no return in non-void funciton


# e65b966a 14-Dec-2012 Dmitry Stogov

Fixed uninitialized EX(call)->called_scope


# d5c2da57 13-Dec-2012 Dmitry Stogov

Removed unreachable code


# 438cd863 13-Dec-2012 Dmitry Stogov

Removed unnecessary checks


# 6b0b4bf8 12-Dec-2012 Dmitry Stogov

An exception thrown in try or catch block is disacarded by return statement in finally block.


# 9c96fe52 12-Dec-2012 Dmitry Stogov

Restored proper generators behaviour in conjunction with "finally". (Nikita)


# a9a5f7ac 11-Dec-2012 Dmitry Stogov

- generators API exported for extensions
- improved RETURN sequence to avoid redundant check if op_array is a generator


12345678910>>...19