History log of /PHP-8.3/Zend/zend_execute_API.c (Results 551 – 575 of 1106)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
# 0f53e374 03-Jan-2014 Xinchen Hui

Merge branch 'PHP-5.6'


# 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).

# 2cb0e1e4 29-Nov-2013 Dmitry Stogov

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Added validation of class names in the autoload process

Conflicts:
NEWS


# 967abd61 29-Nov-2013 Dmitry Stogov

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
Added validation of class names in the autoload process


# 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.

# 96b1c214 13-Sep-2013 Nikita Popov

Provide more macros for handling of interned strings

* str_erealloc behaves like erealloc for normal strings, but will
use emalloc+memcpy for interned strings.
* str_estrndup be

Provide more macros for handling of interned strings

* str_erealloc behaves like erealloc for normal strings, but will
use emalloc+memcpy for interned strings.
* str_estrndup behaves like estrndup for normal strings, but will
not copy interned strings.
* str_strndup behaves like zend_strndup for normal strings, but
will not copy interned strings.
* str_efree_rel behaves like efree_rel for normal strings, but
will not free interned strings.
* str_hash will return INTERNED_HASH for interned strings and
compute it using zend_hash_func for normal strings.

show more ...

1...<<21222324252627282930>>...45