summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-06-111-2/+0
|\ \ \ \ | |/ / /
| * | | Register class before fetching parentNikita Popov2019-06-111-2/+0
* | | | Fix opcache build without JITNikita Popov2019-04-111-0/+2
* | | | Merge branch 'PHP-7.4'Anatol Belski2019-04-101-1/+15
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Anatol Belski2019-04-101-1/+15
| |\ \ \ | | |/ /
| | * | 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
* | | | Added JIT compiler for x86 and x86_64Dmitry Stogov2019-04-011-0/+5
|/ / /
* | | Remove --disable-opcache-filecache optionNikita Popov2019-02-071-4/+0
* | | Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-0/+44
* | | Fix some sign-related issues in comparisonsjvoisin2019-01-091-2/+2
* | | Revert HASH_FLAG_INITIALIZED into HASH_FLAG_UNINITIALIZED.Dmitry Stogov2018-12-281-2/+2
* | | 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