History log of /PHP-7.4/Zend/zend_execute_API.c (Results 101 – 125 of 892)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.1.2, php-7.0.16
# 06a03401 02-Feb-2017 Nikita Popov

Deprecate each()


Revision tags: php-7.0.16RC1, php-7.1.2RC1
# f65ae82c 24-Jan-2017 andrewnester

Fixed #73973 - debug_zval_dump() assertion error for resource consts with --enable-debug


Revision tags: php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


Revision tags: php-7.1.1
# fac95658 12-Dec-2016 Dmitry Stogov

Improved VM stack unwinding on exception.
Now zend_throw_exception_hook() is going to be called only when exception is actually thrown and not going to be recalled for each unwinded finction.


Revision tags: php-5.6.29, php-7.0.14, php-7.1.0
# 3e9bb03a 28-Nov-2016 Dmitry Stogov

Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)


# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run


Revision tags: php-5.6.29RC1, php-7.0.14RC1
# ff5a65d2 20-Nov-2016 Nikita Popov

Revert "Remove a few unused write warning (backport from master, oops)s"

This reverts commit c65d24eaa3671e61db7c2a3f28daeaf7c74ac758.


# c65d24ea 20-Nov-2016 Bob Weinand

Remove a few unused write warning (backport from master, oops)s


# d3748267 20-Nov-2016 Bob Weinand

Remove a few unused write warnings


# 8bb39572 18-Nov-2016 Nikita Popov

Fixed bug #73303


Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1
# 6558559b 18-Oct-2016 Dmitry Stogov

Fixed bug #73337 (try/catch not working with two exceptions inside a same operation)


Revision tags: php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1
# 97628da2 26-Sep-2016 Dmitry Stogov

Expose information about calls to "fake" closures (created through ReflectionFunction::getClosure), to allow extra specialization of RETRUN opcode handler.


# 8831a12d 24-Sep-2016 Nikita Popov

Fixed bug #73163


Revision tags: php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10
# 906456c4 06-Aug-2016 Nikita Popov

call_user_func(_array): Don't abort on reference warning

Change zend_call_function() to not abort the call if a non-reference
is passed to a reference argument. The usual warning will st

call_user_func(_array): Don't abort on reference warning

Change zend_call_function() to not abort the call if a non-reference
is passed to a reference argument. The usual warning will still be
thrown, but the call will proceed as usual.

show more ...


Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# ca82574d 29-Jul-2016 Nikita Popov

Fix invalid free on undef const in update_const()

Also clean up the control flow a bit -- move all unqualified
constant handling in one branch.


Revision tags: php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# b31f8be1 29-Jun-2016 Keyur

Safer signal handler (no malloc() call)


# 03ebdb46 24-Jun-2016 Xinchen Hui

Fixed unused var


# c9a538cd 23-Jun-2016 Anatol Belski

improve ZEND_MODULE_GLOBALS_BULK macro, fix data type


# 13a2dde6 23-Jun-2016 Dmitry Stogov

typo


# d0460d8f 23-Jun-2016 Dmitry Stogov

Turn safe timeout handling into general interrupt handling ability.


Revision tags: php-7.1.0alpha2, php-7.0.8, php-5.6.23
# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.


Revision tags: php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1
# ba3763fa 05-Jun-2016 Anatol Belski

hard_timeout ignored on TS


# 52ebd561 05-Jun-2016 Anatol Belski

fix hard_timeout support in shutdown functions


12345678910>>...36