summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).Dmitry Stogov2018-04-281-21/+20
* Fixed bug #76275Nikita Popov2018-04-271-1/+3
* Replaced usafe reference from SHM to process memory with SHM to SHM referenceDmitry Stogov2018-03-121-1/+5
* Fixed invalid destructorDmitry Stogov2018-03-061-1/+1
* Include username into the file cache pathAnatol Belski2018-03-051-1/+32
* Fixed "opcache.file_cache_fallback" mode.Dmitry Stogov2018-03-051-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-211-2/+30
|\
| * Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-211-2/+30
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-03-031-0/+35
|\ \ | |/
| * Fixed file-cache (Zend/tests/unused_shared_static_variables.phpt)Dmitry Stogov2017-03-031-0/+35
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-0/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | couple of resource leaks fixes and use after free'sDavid Carlier2016-06-271-0/+2
* | We should always serialize the op->handlerXinchen Hui2016-04-091-8/+4
* | Evaluate arguments of new for classes without ctorNikita Popov2016-03-251-2/+0
* | Squashed commit of the following:Dmitry Stogov2016-03-171-1/+2
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-02-241-4/+8
|\ \ | |/
| * Fixed possible crash at PCRE on MSHUTDOWNDmitry Stogov2016-02-241-4/+8
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-02-241-14/+14
|\ \ | |/
| * Fixed more synchronisation issues during SHM reloadDmitry Stogov2016-02-241-14/+14
* | Fixed Bug #71435 (Reproducible crash using opcache.file_cache_only=1 and clas...Xinchen Hui2016-01-241-1/+1
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | Remove uses of VARs in extended_valueNikita Popov2015-12-211-4/+4
* | Merge branch 'PHP-7.0'Dmitry Stogov2015-12-091-3/+10
|\ \ | |/
| * More verbose error messagesDmitry Stogov2015-12-091-3/+10
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-2/+44
* | Merge branch 'PHP-7.0'Xinchen Hui2015-12-011-2/+2
|\ \ | |/
| * Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete ele...Xinchen Hui2015-12-011-2/+2
* | Break dependency between opcache and optimizer. Remove copatibility macros.Dmitry Stogov2015-11-121-18/+18
* | We don't nees zend_op_array->brk_cont_array at run-time anymore.Dmitry Stogov2015-11-101-2/+2
|/
* C99 complain fixReeze Xia2015-11-071-0/+4
* Fixed bug #70843 (Segmentation fault on MacOSX with opcache.file_cache_only=1)Xinchen Hui2015-11-041-8/+23
* fix duplicated lineAnatol Belski2015-07-171-1/+0
* fix file cache path calculation at all the placesAnatol Belski2015-07-171-33/+29
* fix path handling for the file cacheAnatol Belski2015-07-171-0/+16
* Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and ...Dmitry Stogov2015-07-101-2/+0
* Squashed commit of the following:Dmitry Stogov2015-07-101-2/+4
* Fixed bug #62210 (Exceptions can leak temporary variables. As a part of the f...Dmitry Stogov2015-07-071-4/+2
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-14/+14
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-3/+3
* Improved class type hints checks, by caching resolved class entries in run-ti...Dmitry Stogov2015-06-171-6/+0
* Cache the class_name typehint key in arg_infoBob Weinand2015-06-121-0/+6
* Fixed SHM+FILE cache with opcache.protect_memory=1Dmitry Stogov2015-05-201-7/+9
* Merged FE_FETCH_R[W] with the following ASSIGN[_REF] when assigne to CV.Dmitry Stogov2015-05-131-4/+8
* Fixed string handling (string cached in SHM marked as permanent, strings stor...Dmitry Stogov2015-05-121-1/+21