summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #72982 (Memory leak in zend_accel_blacklist_update_regexp() function)Xinchen Hui2016-09-011-0/+2
* Fixed bug #72944 (Null pointer deref in zval_delref_p).Dmitry Stogov2016-08-291-3/+30
* Fix #72949: Typo in opcache error messageChristoph M. Becker2016-08-261-1/+1
* Fixes #72590: Opcache restart with kill_all_lockers does not workKeyur2016-07-131-2/+2
* MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-0/+2
* Fixed formatXinchen Hui2016-06-241-1/+1
* Use PHP_VERSION as OPcahce versionDmitry Stogov2016-05-173-5/+3
* Merge branch 'PHP-5.6' into PHP-7.0Dmitry Stogov2016-05-101-0/+20
|\
| * The "flock" structure has to be writable on AIX.Dmitry Stogov2016-05-101-0/+20
* | Fix JMPZ, JMPZNZ_EX chain optimizationNikita Popov2016-05-051-2/+2
* | Fixed bug #72014 (Including a file with anonymous classes multiple times lead...Xinchen Hui2016-04-142-9/+40
* | This only make sense on *nixXinchen Hui2016-04-123-3/+9
* | Enable configure without opcache-file and huge-code-pagesLior Kaplan2016-04-091-2/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-04-091-1/+1
|\ \ | |/
| * opcache config.m4: Use = for comparisonLior Kaplan2016-04-081-1/+1
* | make opcache lockfile path configurableFatih ACAR2016-04-064-4/+13
* | Fixed test & ZEND_BOOL should result TMP_VARXinchen Hui2016-03-171-1/+1
* | Remove unnecessary patternXinchen Hui2016-03-171-1/+3
* | Fixed for PHP7Xinchen Hui2016-03-171-1/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-172-1/+25
|\ \ | |/
| * Fixed bug #71843 (null ptr deref ZEND_RETURN_SPEC_CONST_HANDLER)Xinchen Hui2016-03-172-1/+25
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | 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