History log of /PHP-8.2/Zend/zend_execute_API.c (Results 201 – 225 of 1005)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# caaeb484 26-Jun-2017 Dmitry Stogov

Removed EG(valid_symbol_table). Used EG(active) instead.


# 04fb3f28 25-Jun-2017 Tom Van Looy

Remove superfluous semicolons


# 035a27cb 25-Jun-2017 Nikita Popov

Only compute callback name in error cases

Mostly the callback name is only used to report an error. Try to
avoid calculating it if no error occurred.


# 866d3b40 23-Jun-2017 Dmitry Stogov

Reseet EG(active) a bit early.


# f25ecdac 21-Jun-2017 Dmitry Stogov

shutdown_executor() refactoring (reuse opcache fast request shutdown code)


# 06e41cad 21-Jun-2017 Dmitry Stogov

We don't need any special handling for CG(unclean_shutdown) at this point, because in case of exit() or die() all destructors must be already called before.


Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1
# 2fd94e6b 10-May-2017 Markus Staab

Removed always true condition

Since https://github.com/php/php-src/commit/5a9d8a00b475cbbe758d741df7e706859097309c this can no longer be false


# 5a9d8a00 10-May-2017 Dmitry Stogov

Constant class names are already verifyed by PHP compiler.


Revision tags: php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4
# eb03f164 11-Apr-2017 Xinchen Hui

Fixed bug #74408 (Endless loop bypassing execution time limit)


Revision tags: php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17
# 1b565f13 04-Mar-2017 Rowan Collins

Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation

Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings"
[https://wiki.php.net/rfc/deprecate-barew

Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation

Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings"
[https://wiki.php.net/rfc/deprecate-bareword-strings]

show more ...


# c6982995 04-Mar-2017 Anatol Belski

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, st

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, strings are not freed till process end
- interning per request, strings are freed at request end

There is no runtime interning.

With Opcache, all the permanent iterned strings are copied into SHM on
startup, additional copying into SHM might happen on demand.

show more ...


Revision tags: php-7.1.3RC1, php-7.0.17RC1
# 36fcc4cb 25-Feb-2017 Xinchen Hui

Fixed bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg)


# 1242f53d 15-Feb-2017 Xinchen Hui

Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)

Use a different exit code for hard_timeout, 124 is used by linux
timeout:http://man7.

Workaround to fix bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log)

Use a different exit code for hard_timeout, 124 is used by linux
timeout:http://man7.org/linux/man-pages/man1/timeout.1.html
"If the command times out, and --preserve-status is not set, then exit with status 124"

show more ...


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


12345678910>>...41