php-src/ext/opcache/Optimizer
Nikita Popov 37f3425263 Fix Foo::${42} and similar
Fixes segfault on direct use, segfault on opcache evaluated use,
leak on temporary use.

Fixes analogeous segfault for ${42} on opcache eval as well.
2015-12-10 18:14:40 +01:00
..
block_pass.c Don't propagate into ops that error on non-string 2015-11-07 12:04:51 +01:00
compact_literals.c Add support for **= in opcache optimizer 2015-09-13 12:35:35 +02:00
nop_removal.c Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and JMP. 2015-07-10 04:44:21 +03:00
optimize_func_calls.c Merge branch 'PHP-5.6' 2015-03-04 14:49:03 +08:00
optimize_temp_vars_5.c Fixed bug #70207 (Finally is broken with opcache) 2015-08-10 16:38:43 +03:00
pass1_5.c ZEND_SPACESHIP supports 2015-11-25 20:20:05 +08:00
pass2.c Add support for **= in opcache optimizer 2015-09-13 12:35:35 +02:00
pass3.c Fixed memory leak because of incorrect 'if ();' optimization 2015-07-02 02:00:34 +03:00
zend_optimizer_internal.h Don't propagate into ops that error on non-string 2015-11-07 12:04:51 +01:00
zend_optimizer.c Fix Foo::${42} and similar 2015-12-10 18:14:40 +01:00
zend_optimizer.h bump year 2015-01-15 23:27:30 +08:00