History log of /PHP-7.4/Zend/zend_vm_gen.php (Results 201 – 225 of 267)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.24RC1, php-5.5.8RC1
# b1df00a7 22-Dec-2013 krakjoe

stop warnings from unused opcode map


# 97bf2543 21-Dec-2013 Bob Weinand

Included new .c file in build too


# 00cc4dcc 21-Dec-2013 Bob Weinand

Fixed little typo in zend_vm_gen.php


# 61199be0 21-Dec-2013 Bob Weinand

Moved to new file, killing a lot of warnings


# 7894e397 21-Dec-2013 Bob Weinand

Fixed build...


# b52c300e 21-Dec-2013 Bob Weinand

Merge branch 'PHP-5.4' into PHP-5.5


# 50d50c2f 21-Dec-2013 Bob Weinand

Added an opcode to opcode name map
That way extensions etc. don't have to maintain their own lists anymore.
Also as phpdbg is included and needs such a map, it'd be counterproductive to need

Added an opcode to opcode name map
That way extensions etc. don't have to maintain their own lists anymore.
Also as phpdbg is included and needs such a map, it'd be counterproductive to need to change two things on every new opcode.

show more ...


Revision tags: php-5.5.7, php-5.4.23, php-5.3.28
# 9ed60589 02-Dec-2013 Dmitry Stogov

Fixed ability to build non-specialized GOTO VM


Revision tags: php-5.5.7RC1, php-5.4.23RC1, 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, php-5.5.4RC1, php-5.4.20RC1
# 716fc80f 23-Aug-2013 Anatol Belski

Suppress static analyzer warnings in specialized executor

As things like if(0) will be removed by the compiler, no need
to see that tons of warnings with static analyzer enabled.


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
# e9a95d78 13-Jul-2013 Veres Lajos

typo fixes


# 1b06e0be 13-Jul-2013 Veres Lajos

typo fixes


# 72085b0e 13-Jul-2013 Veres Lajos

typo fixes


Revision tags: 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
# 273ad582 17-May-2013 Dmitry Stogov

Improved IS_VAR operands fetching


Revision tags: 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


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# 831fbcf3 01-Jan-2013 Xinchen Hui

Happy New Year


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2
# 9fb5cfde 14-Dec-2012 Xinchen Hui

Fixed warning of no return in non-void funciton


Revision tags: php-5.3.20RC1
# fa30e475 05-Dec-2012 Dmitry Stogov

Slight performance improvement


Revision tags: php-5.4.10RC1
# 7651d645 04-Dec-2012 Dmitry Stogov

Optimized access to temporary and compiled VM variables


Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1
# 3c6b0db0 03-Nov-2012 Xinchen Hui

The /e modifier is deprecated


Revision tags: php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1
# d92a89fe 25-Aug-2012 Xinchen Hui

Fixed bug (segfault while build with zts and GOTO vm-kind)


Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2
# b770b221 29-May-2012 Nikita Popov

Make the GOTO and SWITCH VMs work again


# f627be52 26-May-2012 Nikita Popov

Add support for executing a zend_execute_data

This adds another function execute_ex(), which accepts a zend_execute_data
struct to run (contrary to execute(), which accepts a zend_op_arr

Add support for executing a zend_execute_data

This adds another function execute_ex(), which accepts a zend_execute_data
struct to run (contrary to execute(), which accepts a zend_op_array from
which it initialized the execute_data).

This needs a bit more cleanup.

show more ...


# ececcbce 23-May-2012 Nikita Popov

Allow calling zend_vm_gen from everywhere

Before one could only call it with cwd=Zend.


1234567891011