summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* Added information about interned strings usageDmitry Stogov2014-02-211-0/+1
* Log information about cached scripts and keysDmitry Stogov2014-01-151-11/+18
* Fixed ZTS buildDmitry Stogov2014-01-131-8/+7
* Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)Dmitry Stogov2014-01-131-23/+30
* Bump yearXinchen Hui2014-01-031-2/+2
* Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.rev...Dmitry Stogov2013-12-231-1/+1
* Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.Dmitry Stogov2013-12-181-3/+4
* Fixed opcahce_reset() crash when opcache.protect_memory is setDmitry Stogov2013-11-261-0/+2
* Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)Dmitry Stogov2013-11-261-1/+10
* Fixed issue #115 (path issue when using phar).Dmitry Stogov2013-11-081-1/+14
* Revert "Fixed issue #115 (path issue when using phar)."Xinchen Hui2013-11-061-39/+5
* Fixed compilation warningDmitry Stogov2013-10-211-1/+1
* Fixed issue #115 (path issue when using phar).Xinchen Hui2013-10-211-5/+39
* Added function opcache_compile_file() to load PHP scripts into cache without ...Dmitry Stogov2013-09-251-1/+1
* Fixed issue #135 (segfault in interned strings if initial memory is too low)Dmitry Stogov2013-09-251-4/+10
* Fixed issue #128 (opcache_invalidate segmentation fault)Dmitry Stogov2013-09-091-0/+4
* Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown).Dmitry Stogov2013-07-301-5/+7
* Merge from GitHubDmitry Stogov2013-07-281-0/+4
* typo fixesVeres Lajos2013-07-151-2/+2
* Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c)Xinchen Hui2013-06-251-0/+4
* OPcache must be compatible with LiteSpeed SAPIDmitry Stogov2013-06-241-1/+2
* Fixed commentsDmitry Stogov2013-06-101-2/+4
* Avoid multiple allocations of the same key in different processesDmitry Stogov2013-06-101-1/+3
* Compact HashTables before storing them in shared memoryDmitry Stogov2013-06-101-0/+4
* Fixed issue #26 (added opcache_invalidate(string $filename [, bool $force = f...Dmitry Stogov2013-04-091-0/+49
* don't optimize script if it's not going to be cachedDmitry Stogov2013-03-281-1/+5
* Reimplemented OPcache restart trigger. Now, if memory or hash are full the re...Dmitry Stogov2013-03-281-20/+32
* Fixed issue #78 (incorrect file path validation)Dmitry Stogov2013-03-281-20/+35
* Fixed copy/paste mistakeDmitry Stogov2013-03-251-1/+1
* Fixed bug #64482 (Opcodes for dynamic includes should not be cached)Dmitry Stogov2013-03-251-1/+9
* Separate "start_time" from "last_restart_time"Dmitry Stogov2013-03-251-1/+2
* Fixed PHP-5.2 ZTS compatibilityDmitry Stogov2013-03-251-0/+20
* Renamed Zend Optimizer+ into Zend OPcacheDmitry Stogov2013-03-191-1/+1
* Add oom, wasted, hash and manual restart counters to help identify potential ...Dmitry Stogov2013-03-181-7/+27
* Load "black list" only if O+ is enabledDmitry Stogov2013-03-171-0/+9
* Fixed compatibility with ext/pharDmitry Stogov2013-03-161-1/+3
* Merge Zend Optimizer+Dmitry Stogov2013-03-161-0/+2625