summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Fixed another segfault with file_cache_only nowXinchen Hui2016-03-011-0/+4
* test fixesAnatol Belski2016-02-283-8/+26
* Fixed segfault with file_cache_onlyXinchen Hui2016-02-281-0/+4
* Fixed possible crash at PCRE on MSHUTDOWNDmitry Stogov2016-02-244-5/+24
* Fixed more synchronisation issues during SHM reloadDmitry Stogov2016-02-243-116/+141
* Set proper type flags (REFCOUNTED and COPYABLE) according to interned or regu...Dmitry Stogov2016-02-181-8/+2
* Fixed process synchronisation problem, that may cause crashes after opcache r...Dmitry Stogov2016-02-173-5/+17
* Fixed possible memory leakDmitry Stogov2016-02-151-0/+1
* Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-02-151-6/+5
|\
| * Fix use-after-free of ZCG(cwd) in Zend OptimizerYussuf Khalil2016-02-101-6/+5
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | opcache config.m4: Use = for comparisonGuillaume Outters2016-01-291-2/+2
* | Added test for bug #71443Xinchen Hui2016-01-261-0/+17
* | Fixed bug #71443 (Segfault using built-in webserver with intl using symfony)Xinchen Hui2016-01-261-1/+3
* | more informative error message for opcache fallbackAnatol Belski2016-01-071-1/+1
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0110-10/+10
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-0124-24/+24
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0124-24/+24
* | Fixed info while setting opcache.file_cache_onlyXinchen Hui2015-12-291-2/+8
* | Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2015-12-221-2/+2
|\ \ | |/
| * Fixed incorrect setting on 32-bit systemsDmitry Stogov2015-12-221-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-183-4/+5
|\ \ | |/
| * Improved fix for #71127Xinchen Hui2015-12-183-4/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-12-172-1/+27
|\ \ | |/
| * Fixed bug #71127 (Define in auto_prepend_file is overwrite)Xinchen Hui2015-12-172-1/+27
| * Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
| * backported 7c981192eb26fbb93be767cd6b2dc765d370bbab from 7.0Anatol Belski2015-12-111-4/+46
| * backport 262160e and 2d55e8c into 5.6Anatol Belski2015-10-201-2/+7
| * Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer)Xinchen Hui2015-10-031-0/+21
| * Fixed bug #70631 (Another Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-031-0/+20
| * Fixed bug #70601 (Segfault in gc_remove_from_buffer())Xinchen Hui2015-10-032-1/+26
* | Support uwsgi sapi in opcacheRasmus Lerdorf2015-12-141-0/+1
* | Do not swap operands in array additionNikita Popov2015-12-141-1/+3
* | Make update_opN_const implementation symmetricNikita Popov2015-12-101-13/+11
* | Fix Foo::${42} and similarNikita Popov2015-12-101-0/+15
* | More verbose error messagesDmitry Stogov2015-12-091-3/+10
* | PHP_MD5_CTX is now always used due to fix for #71204Bob Weinand2015-12-081-1/+1
* | Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on t...Anatol Belski2015-12-073-11/+4
* | Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete ele...Xinchen Hui2015-12-012-2/+4
* | SpaceXinchen Hui2015-11-271-1/+1
* | Fixed bug #70977, #70973 (Segmentation fault with opcache.huge_code_pages=1)Xinchen Hui2015-11-271-3/+22
* | ZEND_SPACESHIP supportsXinchen Hui2015-11-251-0/+1
* | Fix various update_opN_const issuesNikita Popov2015-11-071-23/+41
* | Refactor update_op2_constNikita Popov2015-11-071-132/+122
* | C99 complain fixReeze Xia2015-11-071-0/+4
* | Don't propagate into ops that error on non-stringNikita Popov2015-11-073-57/+71
* | Strip leading backslash in update_opN_constNikita Popov2015-11-071-6/+37
* | Fix update_opX_const lowercasingNikita Popov2015-11-071-12/+11
* | Fixed bug #70843 (Segmentation fault on MacOSX with opcache.file_cache_only=1)Xinchen Hui2015-11-041-8/+23