History log of /php-src/Zend/zend_execute.h (Results 276 – 300 of 434)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.5.11RC1, php-5.4.27RC1
# aa5f5530 17-Mar-2014 Dmitry Stogov

Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*

# 9a4e16db 05-Mar-2014 Xinchen Hui

Fixed zend_is_true to support IS_REFERENCE

Revision tags: php-5.5.10
# 37337373 05-Mar-2014 Dmitry Stogov

Handle interned strings as non-refcounted scalars

Revision tags: php-5.4.26
# 1be0df93 04-Mar-2014 Dmitry Stogov

Fixed destruction of VM handler operands (FREE_OP1 and family)

Revision tags: php-5.6.0alpha3
# ff61b469 19-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

Revision tags: php-5.4.26RC1, php-5.5.10RC1
# 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)

# 0e425121 17-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
# e2ea9a73 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)

# 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

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, php-5.5.7RC1, php-5.4.23RC1
# 1a1e83a5 17-Nov-2013 krakjoe

export more Zend API

# f046189e 17-Nov-2013 krakjoe

export more Zend API

Revision tags: php-5.4.22, php-5.5.6
# 3b2ca392 31-Oct-2013 Dmitry Stogov

Removed unnecessary GC checks

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.

Revision tags: php-5.5.4RC1, php-5.4.20RC1
# 592677d8 22-Aug-2013 Nikita Popov

Fix intl build

Turns out that you can't use implicit void pointer casts if intl
is compiled.

# fc16b923 22-Aug-2013 Nikita Popov

Fix bug #46311: Pointer aliasing issue results in miscompile on gcc4.4

The code violated the strict aliasing restriction, because it
dereferenced the same pointer as zval** once and as v

Fix bug #46311: Pointer aliasing issue results in miscompile on gcc4.4

The code violated the strict aliasing restriction, because it
dereferenced the same pointer as zval** once and as void**
afterwards. Now both occurances dereference void** and cast to
zval* in the former case.

show more ...

Revision tags: php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year

Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2
# 438cd863 13-Dec-2012 Dmitry Stogov

Removed unnecessary checks

# ff1e1d7a 13-Dec-2012 Dmitry Stogov

Removed redundand checks from release build

1...<<1112131415161718