#
7e3af096 |
| 21-Dec-2013 |
Bob Weinand |
Merge branch 'PHP-5.4' into PHP-5.5 Conflicts: Zend/zend_vm_opcodes.c
|
#
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 |
#
0dd27656 |
| 21-Dec-2013 |
Bob Weinand |
Merge branch 'PHP-5.4' into PHP-5.5 Conflicts: Zend/zend_vm_opcodes.h
|
#
61199be0 |
| 21-Dec-2013 |
Bob Weinand |
Moved to new file, killing a lot of warnings |
#
b14f3187 |
| 21-Dec-2013 |
Bob Weinand |
Merge branch 'PHP-5.5' into PHP-5.6
|
#
560f90e5 |
| 21-Dec-2013 |
Bob Weinand |
Merge branch 'PHP-5.4' into PHP-5.5 Conflicts: Zend/zend_vm_gen.php Zend/zend_vm_opcodes.h
|
#
7894e397 |
| 21-Dec-2013 |
Bob Weinand |
Fixed build... |
#
9b4b5fa7 |
| 21-Dec-2013 |
Bob Weinand |
Merge branch 'PHP-5.5' into PHP-5.6
|
#
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 |
|
#
9447181d |
| 02-Dec-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.5' into PHP-5.6 * PHP-5.5: Fixed ability to build non-specialized GOTO VM
|
#
7efcbecd |
| 02-Dec-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.4' into PHP-5.5 * PHP-5.4: Fixed ability to build non-specialized GOTO VM Conflicts: Zend/zend_vm_gen.php
|
#
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 |
|
#
07fa043c |
| 23-Aug-2013 |
Anatol Belski |
Merge branch 'PHP-5.5' * PHP-5.5: Suppress static analyzer warnings in specialized executor Update NEWS
|
#
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 |
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 |