Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #76466 (Loop variable confusion) | Dmitry Stogov | 2018-06-18 | 2 | -0/+36 |
* | Remove old SVN keywords substitutions | Peter Kokot | 2018-06-16 | 2 | -4/+0 |
* | Remove assertion | Xinchen Hui | 2018-06-15 | 1 | -7/+0 |
* | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-06-15 | 3 | -5/+32 |
|\ | |||||
| * | Fixed bug #76477 (Opcache causes empty return value) | Xinchen Hui | 2018-06-15 | 3 | -5/+32 |
* | | Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval... | Xinchen Hui | 2018-06-13 | 2 | -2/+26 |
* | | Fixed bug #76463 (var has array key type but not value type) | Xinchen Hui | 2018-06-12 | 2 | -1/+20 |
* | | Remove dead code for ADD_STRING/ADD_CHAR optimization | Nikita Popov | 2018-06-11 | 1 | -74/+0 |
* | | Optimizer: Don't propagate constants into MAKE_REF | Nikita Popov | 2018-06-10 | 1 | -0/+1 |
* | | Fixed ISSET/ISEMPTY bit meaning to simplify run-time checks | Dmitry Stogov | 2018-05-31 | 4 | -18/+18 |
* | | Fix AVX part | Anatol Belski | 2018-05-31 | 1 | -1/+5 |
* | | Use SSE/AVX instructions | Dmitry Stogov | 2018-05-30 | 1 | -1/+29 |
* | | Fixed HashTable load factor | Dmitry Stogov | 2018-05-29 | 1 | -3/+3 |
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 12 | -37/+34 |
* | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
| |\ | |||||
| | * | Fix Opcache test fails regarding to AppVeyor image update | Anatol Belski | 2018-05-18 | 1 | -6/+12 |
* | | | micro optimization | Dmitry Stogov | 2018-05-08 | 1 | -1/+1 |
* | | | Changed worst HashTable load factor from 1.0 to 0.5 | Dmitry Stogov | 2018-05-04 | 2 | -6/+6 |
* | | | Implemented Request #76178 (Class constants are slow: they should be inlined ... | Dmitry Stogov | 2018-05-03 | 1 | -0/+19 |
* | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2018-05-03 | 1 | -22/+26 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-05-03 | 1 | -22/+26 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp) | Dmitry Stogov | 2018-05-03 | 1 | -22/+26 |
| | * | Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)." | Dmitry Stogov | 2018-04-28 | 1 | -20/+21 |
| * | | Revert "Merge branch 'PHP-7.1' into PHP-7.2" | Dmitry Stogov | 2018-04-28 | 1 | -19/+20 |
* | | | Bit check micro-optimization | Dmitry Stogov | 2018-04-28 | 1 | -1/+1 |
* | | | Revert "Merge branch 'PHP-7.2'" | Dmitry Stogov | 2018-04-28 | 1 | -20/+21 |
* | | | Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may b... | Dmitry Stogov | 2018-04-28 | 2 | -1/+23 |
* | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2018-04-28 | 1 | -21/+20 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-04-28 | 1 | -20/+19 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp). | Dmitry Stogov | 2018-04-28 | 1 | -21/+20 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-04-27 | 2 | -3/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-04-27 | 2 | -3/+32 |
| |\ \ | | |/ | |||||
| | * | Fix bug #76281 | Nikita Popov | 2018-04-27 | 2 | -3/+32 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-04-27 | 3 | -1/+37 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-04-27 | 3 | -1/+37 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76275 | Nikita Popov | 2018-04-27 | 3 | -1/+37 |
| * | | Better explanation for the opcache.max_wasted_percentage ini setting | Rasmus Lerdorf | 2018-03-30 | 1 | -1/+7 |
* | | | Eliminate useless checks | Dmitry Stogov | 2018-04-04 | 1 | -6/+41 |
* | | | Use "fastcall" calling convention | Dmitry Stogov | 2018-04-04 | 2 | -6/+6 |
* | | | Better explanation for the opcache.max_wasted_percentage ini setting | Rasmus Lerdorf | 2018-03-30 | 1 | -1/+7 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-03-24 | 2 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Followup fix for bug #75729 | Nikita Popov | 2018-03-24 | 2 | -1/+6 |
* | | | Improve HashTable iterators handling: | Dmitry Stogov | 2018-03-22 | 1 | -6/+6 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-03-15 | 2 | -1/+28 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #76094 (Access violation when using opcache) | Xinchen Hui | 2018-03-15 | 2 | -1/+28 |
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-03-14 | 1 | -7/+9 |
| |\ \ | | |/ | |||||
| | * | Fixed use-after-free | Dmitry Stogov | 2018-03-14 | 1 | -7/+9 |
* | | | Avoid useless iterations | Dmitry Stogov | 2018-03-13 | 1 | -6/+76 |
* | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2018-03-13 | 1 | -19/+12 |
|\ \ \ | |/ / |