summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix file cache run_time_cache unserializationNikita Popov2020-01-021-1/+9
* | Update ZCSG(map_ptr_last) only if for_shmNikita Popov2020-01-021-1/+3
* | Also propagate include exceptions in opcacheNikita Popov2019-12-301-20/+28
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-301-4/+5
|\ \ | |/
| * Fix #79040: Warning Opcode handlers are unusable due to ASLRChristoph M. Becker2019-12-301-4/+5
* | Fixed bug #78986Nikita Popov2019-12-182-1/+29
* | Fixed bug #78961 (erroneous optimization of re-assigned $GLOBALS)Dmitry Stogov2019-12-162-0/+20
* | Introduce extra counter to avoid RTD key collisionsNikita Popov2019-12-131-6/+14
* | Fixed bug #78950: Preloading trait method with static variablesNikita Popov2019-12-122-0/+28
* | Fix handling of non-final loop var free in sccpNikita Popov2019-12-125-7/+26
* | Addirional fix for bug #78918Dmitry Stogov2019-12-114-4/+28
* | Fixed bug #78937 (Preloading unlinkable anonymous class can segfault)Dmitry Stogov2019-12-117-0/+146
* | Fix error messageDmitry Stogov2019-12-101-1/+2
* | Fix incorrect zend_try usageNikita Popov2019-12-101-2/+5
* | Fix release build failureNikita Popov2019-12-103-14/+12
* | Improve error messageChristoph M. Becker2019-12-101-1/+1
* | Add support for class_alias to preloadingNikita Popov2019-12-104-0/+32
* | Fixed bug #78935: Check that all linked classes can be preloadedNikita Popov2019-12-1014-4/+229
* | Fix merge mistakeNikita Popov2019-12-101-2/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-102-2/+27
|\ \ | |/
| * Fix DCE with FE_FETCHNikita Popov2019-12-102-2/+25
* | Preload: Better reason message for internal parents on windowsNikita Popov2019-12-041-0/+7
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-041-1/+1
|\ \ | |/
| * Fix print_r return types in opcacheTyson Andre2019-12-041-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-11-181-0/+34
|\ \ | |/