summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-141-2/+6
|\
| * Avoid segfault if module/extension version is not definedChristoph M. Becker2020-09-141-2/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Sammy Kaye Powers2020-09-091-0/+16
|\ \ | |/
| * Fix #79825: opcache.file_cache causes SIGSEGV with custom opcode handlersSammy Kaye Powers2020-09-091-0/+16
* | Fixed bug #80046Nikita Popov2020-09-032-5/+12
* | Fix pi node removal when removing predecessorNikita Popov2020-09-011-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-241-1/+1
|\ \ | |/
| * Fix #80002: calc free space for new interned string is wrongChristoph M. Becker2020-08-241-1/+1
* | Fixed bug #79917Nikita Popov2020-08-111-34/+46
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-051-1/+1
|\ \ | |/
| * Fix iov_base pointer type for illumosDavid Carlier2020-08-051-1/+1
| * Amendment to OPcache base file removalChristoph M. Becker2020-07-291-3/+2
* | Fix #73060: php failed with error after temp folder cleaned upChristoph M. Becker2020-07-291-58/+13
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-291-0/+3
|\ \ | |/
| * Consider op1 literal of FETCH_OBJ_RNikita Popov2020-07-291-0/+3
* | Revert "Merge branch 'PHP-7.3' into PHP-7.4"Christoph M. Becker2020-07-291-12/+56
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-07-291-56/+12
|\ \ | |/
| * Fix #73060: php failed with error after temp folder cleaned upChristoph M. Becker2020-07-291-62/+12
* | Don't inline static call to instance methodNikita Popov2020-06-291-0/+6
* | Fix static property indirections in file cacheNikita Popov2020-05-201-18/+15
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-121-5/+5
|\ \ | |/
| * Fix #79588: Boolean opcache settings ignore on/off valuesChristoph M. Becker2020-05-121-5/+5
* | Fixed bug #79548Nikita Popov2020-05-042-0/+27
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-05-042-0/+16
|\ \ | |/
| * Fixed bug #79535Nikita Popov2020-05-042-4/+20
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-012-3/+8
|\ \ | |/
| * Fix literal compaction collision between string and doubleNikita Popov2020-04-012-3/+8
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-03-252-3/+41
|\ \ | |/
| * Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).Dmitry Stogov2020-03-252-3/+41
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-03-231-0/+19
|\ \ | |/
| * Add test fileNikita Popov2020-03-231-0/+19
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-03-234-6/+16
|\ \ | |/
| * Handle NULL caller_call_oplineNikita Popov2020-03-234-6/+16
* | identation fixDmitry Stogov2020-03-121-1/+1
* | Call global code of preloaded script in global contextDmitry Stogov2020-03-121-3/+44
* | Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-123-5/+34
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-093-3/+3
|\ \ | |/
| * Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-093-3/+3
* | Try to fix msvc buildNikita Popov2020-02-281-1/+2
* | Fixed bug #79252Nikita Popov2020-02-281-0/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-02-271-2/+2
|\ \ | |/
| * Fixed incorrect overflow detectionDmitry Stogov2020-02-271-2/+2
* | Fixed bug #79193Nikita Popov2020-01-302-0/+25
* | Fixed bug #79128Nikita Popov2020-01-241-6/+11
* | Let's make this safer from maliciously crafted filenameXinchen Hui2020-01-201-1/+1
* | minor cleanupXinchen Hui2020-01-201-5/+7
* | Fixed bug #79114 (Eval class during preload causes class to be only half avai...Xinchen Hui2020-01-203-2/+60
* | Remove support for preloading on WindowsNikita Popov2020-01-0634-116/+142
* | Fixed bug #79055Nikita Popov2020-01-021-37/+29
* | Extract functions for file cache type serializationNikita Popov2020-01-021-17/+29