summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Immutable clases and op_arrays.Dmitry Stogov2018-10-171-0/+49
* Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-12/+16
* Keep information about unresolved parent class in zend_class_entry->parent_nameDmitry Stogov2018-08-241-4/+16
* Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-35/+63
* Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-38/+63
* 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
* | | Use GC_FLAGS_SHIFT in a few more placesNikita Popov2017-12-301-1/+1
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-12-211-4/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-12-211-2/+30
| |\ \ | | |/