summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix iov_base pointer type for illumosDavid Carlier2020-08-051-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-141-3/+6
|\
| * Fix checksum calculation for opcacheMitch Hagstrand2019-10-141-3/+6
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-201-1/+1
|\ \ | |/
| * Fix #78189: file cache strips last character of uname hashChristoph M. Becker2019-06-201-1/+1
| * Fix potential OPcache file cache related issuesAnatol Belski2019-04-111-1/+9
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-04-101-1/+15
|\ \ | |/
| * Fix phar:// include handling with file cacheAnatol Belski2019-04-101-1/+15
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Regroup the ifdef'd occurrencesAnatol Belski2018-07-141-23/+19
* | Trail long path support also for deletionAnatol Belski2018-07-141-0/+4
* | Distinguish two error messagesAnatol Belski2018-07-131-2/+2
* | Support long path also when reading from file cacheAnatol Belski2018-07-121-0/+4
* | Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trai...Dmitry Stogov2018-07-111-71/+26
* | Make error messages more speakingAnatol Belski2018-07-111-2/+2
* | Switch to ioutil routines to support long path in file cacheAnatol Belski2018-07-111-1/+5
* | Fixed bug #76509Nikita Popov2018-06-251-8/+15
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* | Merge branch 'PHP-7.2'Dmitry Stogov2018-05-031-22/+26
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-05-031-22/+26
| |\
| | * Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)Dmitry Stogov2018-05-031-22/+26
| | * Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)."Dmitry Stogov2018-04-281-20/+21
| * | Revert "Merge branch 'PHP-7.1' into PHP-7.2"Dmitry Stogov2018-04-281-19/+20
* | | Revert "Merge branch 'PHP-7.2'"Dmitry Stogov2018-04-281-20/+21
* | | Merge branch 'PHP-7.2'Dmitry Stogov2018-04-281-21/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-04-281-20/+19
| |\ \ | | |/
| | * Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).Dmitry Stogov2018-04-281-21/+20
* | | Merge branch 'PHP-7.2'Nikita Popov2018-04-271-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-271-1/+3
| |\ \ | | |/
| | * Fixed bug #76275Nikita Popov2018-04-271-1/+3
* | | Merge branch 'PHP-7.2'Dmitry Stogov2018-03-121-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-03-121-1/+5
| |\ \ | | |/
| | * Replaced usafe reference from SHM to process memory with SHM to SHM referenceDmitry Stogov2018-03-121-1/+5
* | | Merge branch 'PHP-7.2'Dmitry Stogov2018-03-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-03-061-1/+1
| |\ \ | | |/
| | * Fixed invalid destructorDmitry Stogov2018-03-061-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-03-051-1/+32
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-051-1/+32
| |\ \ | | |/
| | * Include username into the file cache pathAnatol Belski2018-03-051-1/+32
* | | Merge branch 'PHP-7.2'Dmitry Stogov2018-03-051-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-03-051-1/+1
| |\ \ | | |/
| | * Fixed "opcache.file_cache_fallback" mode.Dmitry Stogov2018-03-051-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Use macros to update specific parts of GC_TYPE_INFO() (direct assignments to ...Dmitry Stogov2018-02-281-7/+7
* | | Optimized fast_memcpy with AVX instructionsXinchen Hui2018-02-151-3/+3
* | | Moved "zval.u2.cache_slot" into free room of "zend_op"Dmitry Stogov2018-02-051-2/+2
* | | Changed CATCH instruction format (extended_value moved into op2, op2 into res...Dmitry Stogov2018-01-311-0/+10
* | | Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-2/+2
* | | year++Xinchen Hui2018-01-021-1/+1