summaryrefslogtreecommitdiff
path: root/ext/opcache/Optimizer/pass1_5.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Fix incorrect propagation of ZEND_BOOL in pass 1Nikita Popov2017-07-221-1/+0
* Separate constants propagation code shatred between "first" and "block" passe...Dmitry Stogov2017-07-041-113/+111
* Get rid of old compatibility macrosDmitry Stogov2017-07-041-32/+32
* Merge branch 'PHP-7.1'Dmitry Stogov2017-05-311-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-05-311-1/+1
| |\
| | * Fixed wrong conditionDmitry Stogov2017-05-311-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Remove handling for defined() and strlen() in opcacheNikita Popov2016-09-091-34/+0
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-091-1/+3
|\ \ | |/
| * Don't optimize (string) cast on arraysNikita Popov2016-09-091-1/+3
* | Warn about invalid strings in arithmeticAndrea Faulds2016-03-301-0/+3
* | Evaluate arguments of new for classes without ctorNikita Popov2016-03-251-1/+0
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Fixed compilationDmitry Stogov2015-12-181-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2015-12-181-3/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-181-3/+2
| |\
| | * Improved fix for #71127Xinchen Hui2015-12-181-3/+2
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-12-171-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-171-1/+3
| |\ \ | | |/
| | * Fixed bug #71127 (Define in auto_prepend_file is overwrite)Xinchen Hui2015-12-171-1/+3
| | * Fixed bug #70601 (Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-1/+3
| | * On Windows PHP may be restarted with different set of DSO extensions without ...Dmitry Stogov2015-06-291-4/+12
| | * Fixed Bug #69297 (function_exists strange behavior with OPCache on disabled f...Xinchen Hui2015-03-251-1/+6
* | | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-3/+5
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-11-251-0/+1
|\ \ \ | |/ /
| * | ZEND_SPACESHIP supportsXinchen Hui2015-11-251-0/+1
* | | Remove no longer applicable optimizationNikita Popov2015-11-141-62/+0
* | | Break dependency between opcache and optimizer. Remove copatibility macros.Dmitry Stogov2015-11-121-1/+1
* | | Fixed incorrect instruction cleanupDmitry Stogov2015-10-281-5/+5
* | | fixed incorrect bitmaskDmitry Stogov2015-10-281-2/+2
* | | Speed up fetching of class entries for self:: parent:: and static::Dmitry Stogov2015-10-281-7/+10
|/ /
* | Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and ...Dmitry Stogov2015-07-101-1/+0
* | Squashed commit of the following:Dmitry Stogov2015-07-101-0/+1
* | Fixed bug #62210 (Exceptions can leak temporary variables. As a part of the f...Dmitry Stogov2015-07-071-1/+0
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | On Windows PHP may be restarted with different set of DSO extensions without ...Dmitry Stogov2015-06-291-4/+12
* | Don't evaluate invalid constant expressions.Dmitry Stogov2015-06-291-3/+6
* | Remove ZEND_BRK/ZEND_CONT from VMNikita Popov2015-05-231-2/+0
* | Fixed is_callable/function_exists with disable_functionsXinchen Hui2015-03-281-2/+4
* | Fixed bug #69315Xinchen Hui2015-03-271-5/+10
* | Merge branch 'PHP-5.6'Xinchen Hui2015-03-251-1/+6
|\ \
| * | Fixed Bug #69297 (function_exists strange behavior with OPCache on disabled f...Xinchen Hui2015-03-251-1/+7
| |/
* | Optimized strings concatenation.Dmitry Stogov2015-03-241-0/+3
* | Fixed optimization patternsDmitry Stogov2015-03-201-29/+36
* | Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-1/+1
* | Improved assert() according to expectations RFC.Dmitry Stogov2015-03-021-0/+1