summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-241-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 #62294Nikita Popov2020-08-101-4/+0
* | | Drop useless zend_accel_script_persistable() functionGeorge Peter Banyard2020-07-171-10/+0
* | | Reduce scope of preload compiler_optionsNikita Popov2020-07-141-15/+15
* | | Fix preloading property type resolutionNikita Popov2020-07-141-5/+8
* | | Remove out-dated commentChristoph M. Becker2020-07-131-1/+0
* | | Fix typosChristoph M. Becker2020-07-131-2/+2
* | | JIT support for opcache restartDmitry Stogov2020-07-081-0/+5
* | | Make exit() unwind properlyNikita Popov2020-06-291-3/+4
* | | Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-1/+1
* | | Constify char * arguments of APIstwosee2020-06-081-1/+1
* | | Pass zend_string message to zend_error_cbNikita Popov2020-06-051-17/+7
* | | Prefer already cached version of the scriptDmitry Stogov2020-05-201-0/+7
* | | Add support for replaying warnings in opcacheNikita Popov2020-05-201-0/+66
* | | JIT refactoring to allow run-time changes of JIT options (triggers, optimizat...Dmitry Stogov2020-05-181-13/+13
* | | Merge branch 'PHP-7.4'Dmitry Stogov2020-03-131-0/+71
|\ \ \ | |/ /
| * | 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-121-0/+30
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-281-1/+1
|\ \ \ | |/ /
| * | Try to fix msvc buildNikita Popov2020-02-281-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-281-0/+3
|\ \ \ | |/ /
| * | Fixed bug #79252Nikita Popov2020-02-281-0/+2
* | | Remove ZEND_ACC_IMPLEMENTS_TRAITS flagNikita Popov2020-02-061-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-241-6/+11
|\ \ \ | |/ /
| * | Fixed bug #79128Nikita Popov2020-01-241-6/+11
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-01-201-1/+1
|\ \ \ | |/ /
| * | Let's make this safer from maliciously crafted filenameXinchen Hui2020-01-201-1/+1
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-01-201-5/+7
|\ \ \ | |/ /
| * | minor cleanupXinchen Hui2020-01-201-5/+7
* | | Merge branch 'PHP-7.4'Xinchen Hui2020-01-201-2/+24
|\ \ \ | |/ /
| * | Fixed bug #79114 (Eval class during preload causes class to be only half avai...Xinchen Hui2020-01-201-2/+24
* | | Use zend_type inside type listsNikita Popov2020-01-171-56/+30
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-1/+1
* | | typoDmitry Stogov2020-01-131-1/+1
* | | Fix buildNikita Popov2020-01-131-1/+1
* | | Improve access to zend_map_ptr dataDmitry Stogov2020-01-131-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-061-63/+5
|\ \ \ | |/ /
| * | Remove support for preloading on WindowsNikita Popov2020-01-061-64/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-301-20/+28
|\ \ \ | |/ /
| * | Also propagate include exceptions in opcacheNikita Popov2019-12-301-20/+28
* | | Set opcode handlerDmitry Stogov2019-12-231-0/+2
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-111-2/+2
|\ \ \ | |/ /
| * | Addirional fix for bug #78918Dmitry Stogov2019-12-111-2/+2
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-101-1/+2
|\ \ \ | |/ /
| * | Fix error messageDmitry Stogov2019-12-101-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-101-2/+5
|\ \ \ | |/ /
| * | Fix incorrect zend_try usageNikita Popov2019-12-101-2/+5