History log of /PHP-7.0/Zend/zend_vm_gen.php (Results 51 – 75 of 132)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2
# 716d2a39 01-Jul-2014 Lior Kaplan

Make sure the generator script also creates a newline at the end of file

Similar to commit d6713f39 in master


# 0a77dcd4 02-Jul-2014 Dmitry Stogov

Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are executing something.


Revision tags: php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28
# 6976eb29 16-Apr-2014 Dmitry Stogov

Fixed support for unspecialized and GOTO and SWITCH executor


Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1
# cea26aa2 04-Apr-2014 Dmitry Stogov

Tergets of ASSIGN and ASSIGN_REF don't have to be initialized


Revision tags: php-5.4.27, php-5.5.11
# c6cba554 27-Mar-2014 Dmitry Stogov

Use ZVAL_DEREF() macro


Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# 1be0df93 04-Mar-2014 Dmitry Stogov

Fixed destruction of VM handler operands (FREE_OP1 and family)


# 561843c9 27-Feb-2014 Ferenc Kovacs

typo spotted by Lajos Veres


Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 5de71156 18-Feb-2014 Dmitry Stogov

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


# 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
# aba775fd 26-Dec-2013 Xinchen Hui

Fixed warning "No new line at end of file"


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# d6713f39 26-Dec-2013 Xinchen Hui

Fixed warning "No new line at end of file"


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.


123456