summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* More verbose error messagesDmitry Stogov2015-12-091-3/+10
* Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete ele...Xinchen Hui2015-12-011-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
* Strings and other pointers should be handled differentlyDmitry Stogov2015-05-071-44/+63
* Added experimental (disabled by default) file based opcode cache.Dmitry Stogov2015-05-061-0/+1301