History log of /PHP-8.3/Zend/zend_execute_API.c (Results 451 – 475 of 1003)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 76c28f87 21-Feb-2014 Xinchen Hui

Fixed missed REFCOUNTED checking


# 8bae1daa 19-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 9067dbcd 19-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 557994d5 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 9e6c0c6a 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 5de71156 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete; able to run bench.php)


# a0fe8e5a 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 2b9b9afa 17-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 17bf59f8 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 686a0782 14-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# be82a077 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


# 4e66abad 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete) - refactored return_value handling


Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1
# d14670cc 18-Dec-2013 Kalle Sommer Nielsen

Eliminate another TSRMLS_FETCH() in i_zend_is_true()

# Affected extensions have all been updated, ext/opcache and ext/zip
# both have macros for cross version compatibility


Revision tags: php-5.5.7, php-5.4.23, php-5.3.28
# 5a87b7ff 10-Dec-2013 Dmitry Stogov

Fixed bug #66252 (Problems in AST evaluation invalidating valid parent:: reference. Constant expessions have to be evaluated in context of defining class).


# 2d31eadb 29-Nov-2013 Dmitry Stogov

Added validation of class names in the autoload process


Revision tags: php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6
# 9647c61d 06-Nov-2013 Dmitry Stogov

Constant expressions refactoring


# b45043a1 01-Nov-2013 Bob Weinand

converted several switches to ifs and made more opcache friendly


# b56c1ca9 31-Oct-2013 Bob Weinand

Fatal error about self referencing constants fixed


# 466c5dd1 31-Oct-2013 Bob Weinand

Fixed mem leaks, added tests and ternary operator


# 23617458 31-Oct-2013 Bob Weinand

Working commit for constant scalar expressions (with constants).
Tests will follow.


Revision tags: php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20
# bdfa03d7 14-Sep-2013 Nikita Popov

Save a TSRMLS_FETCH() for zval_ptr_dtor in executor

This gives me about 9% improvement on Zend/bench.php for a zts build.


1...<<11121314151617181920>>...41