History log of /PHP-7.4/Zend/zend_execute.c (Results 201 – 225 of 1541)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# dbd729e8 27-Jul-2017 Xinchen Hui

Req #74963 (Improved error message on fetching property of non-object)


# 49d9b301 26-Jul-2017 Anatol Belski

Move cwd_state and path related routines to size_t

Having `int` there is no real profit in the size or speed, while unsigned
improves security and overall integration. ZPP supplied strin

Move cwd_state and path related routines to size_t

Having `int` there is no real profit in the size or speed, while unsigned
improves security and overall integration. ZPP supplied strings can
be then accepted directly and structs can be still handled with smaller
unsigned types for size reasons, which is safe. Yet some related places
are to go.

basic move tsrm_realpath_r to size_t

fix conditions and sync with affected places

touch ocurrences of php_sys_readlink usage

follow up on phar path handling

remove duplicated check

move zend_resolve_path and related pieces to size_t

touch yet resolve path related places

remove cast

missing pieces

missing piece

yet cleanups for php_sys_readlink for ssize_t

fix wrong return

show more ...


Revision tags: php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7
# bc5811f3 04-Jul-2017 Anatol Belski

further sync for vim mode lines


Revision tags: php-7.2.0alpha3
# bbb786c8 29-Jun-2017 Dmitry Stogov

Split zend_init_execute_data() into zend_init_func_execute_data() and zend_init_code_execute_data()


# 4465b371 28-Jun-2017 Nikita Popov

Fix zend_get_zval_ptr()


# 8e10c9d3 25-Jun-2017 Michał Brzuchalski

Implement object type annotation

RFC: https://wiki.php.net/rfc/object-typehint


# 2fddc4a7 25-Jun-2017 Nikita Popov

Fixed bug #73900


Revision tags: php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2
# bfa15444 15-Jun-2017 Dmitry Stogov

VM refactoring, to avoid passing "execute_data" into helper functions that can access it using global register variable.


# 8bb29704 15-Jun-2017 Dmitry Stogov

Refactored API for constant array element propagation


Revision tags: php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1
# c8f073d0 10-May-2017 Dmitry Stogov

Avoid useless checks


Revision tags: php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1
# 0c3bc432 15-Apr-2017 Nikita Popov

Remove leftover code for generator stack page handling


Revision tags: php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17
# 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, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15
# 3d84aef5 17-Jan-2017 Dmitry Stogov

Separate zend_fetch_static_property_address() into an inline function


# 501ff452 13-Jan-2017 Dmitry Stogov

Fixed nullable handling (phpunit failure)


# 1a8ad8ac 13-Jan-2017 Dmitry Stogov

Avoid NULL dereference


# 141d1ba9 13-Jan-2017 Dmitry Stogov

Introduced "zend_type" - an abstraction for type-hinting representation.


Revision tags: 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
# 6812721e 09-Dec-2016 Xinchen Hui

Revert "Refix bug #73686"

This reverts commit 4589386026dbf15d980ba0c7c92dc587cead15e8.


# 45893860 09-Dec-2016 Xinchen Hui

Refix bug #73686


Revision tags: php-5.6.29
# e8109e09 06-Dec-2016 Dmitry Stogov

Fixed memory leaks caused by exceptions thrown from destructors.


Revision tags: php-7.0.14
# 22cebaf8 02-Dec-2016 Dmitry Stogov

Revert "Fix return value memory leaks upon exceptions in opcode operand freeing"

This reverts commit 9ad9d7ae375a6e8847ceaab287d3d23e0963a06e.


# 8fa691ea 02-Dec-2016 Dmitry Stogov

Revert "Fix a few valgrind warnings with undefing result"

This reverts commit 8f4e100f21b06e745e56f55ce49c248442f8e642.


# 8f4e100f 01-Dec-2016 Bob Weinand

Fix a few valgrind warnings with undefing result


12345678910>>...62