summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Fixed usage after freeDmitry Stogov2014-07-301-1/+4
* Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault happen)Xinchen Hui2014-07-031-9/+4
* Add test for bug #67215Xinchen Hui2014-07-031-0/+28
* Update NEWs and add a testXinchen Hui2014-05-261-0/+25
* Fixed issue #183 (TMP_VAR is not only used once)Dmitry Stogov2014-05-261-4/+25
* fix disabling PGO for extensions, rel bug #65715Anatol Belski2014-03-251-3/+2
* Added information about interned strings usageDmitry Stogov2014-02-212-0/+23
* Updated opcache versionDmitry Stogov2014-02-211-1/+2
* Added function opcache_is_script_cached(). (Danack)Dmitry Stogov2014-02-212-0/+43
* a few typofixesVeres Lajos2014-02-141-1/+1
* release 7.0.3Xinchen Hui2014-01-201-1/+1
* Log information about cached scripts and keysDmitry Stogov2014-01-151-11/+18
* Fixed ZTS buildDmitry Stogov2014-01-131-8/+7
* forked test for win32Anatol Belski2014-01-132-0/+35
* Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)Dmitry Stogov2014-01-132-23/+45
* Fixed bug #66474 (Optimizer bug in constant string to boolean conversion)Dmitry Stogov2014-01-132-0/+19
* Fixed ADD_INTERNED_STRING() logic to support strings that are already interne...Dmitry Stogov2014-01-091-5/+7
* Bump yearXinchen Hui2014-01-0324-25/+25
* Fix test failXinchen Hui2013-12-301-0/+1
* Fix dos style eol in phptsXinchen Hui2013-12-303-126/+126
* Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as ...Xinchen Hui2013-12-303-486/+486
* Added suggestion about opcache.revalidate_freq setting in development environ...Dmitry Stogov2013-12-231-1/+5
* Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.rev...Dmitry Stogov2013-12-234-3/+49
* Fixed reavlidate_path=1 behavior to avoid caching of symlinks values.Dmitry Stogov2013-12-182-3/+65
* Fixed opcahce_reset() crash when opcache.protect_memory is setDmitry Stogov2013-11-261-0/+2
* Fixed bug #66176 (Invalid constant substitution)Dmitry Stogov2013-11-261-2/+8
* Fixed bug #66176 (Invalid constant substitution)Dmitry Stogov2013-11-262-44/+45
* Fixed bug #66176 (Invalid constant substitution)Dmitry Stogov2013-11-264-126/+151
* Added testDmitry Stogov2013-11-261-0/+22
* Fixed bug #65559 (Opcache: cache not cleared if changes occur while running)Dmitry Stogov2013-11-264-2/+19
* Fixed compatibility with old PHP versionsDmitry Stogov2013-11-251-0/+2
* Fixed bug #65915 (Inconsistent results with require return value)Dmitry Stogov2013-11-252-1/+37
* Fixed issue #115 (path issue when using phar).Dmitry Stogov2013-11-081-1/+14
* Added tests for PHAR/OPCahce incompatibilitiesDmitry Stogov2013-11-083-0/+130
* Revert "Fixed issue #115 (path issue when using phar)."Xinchen Hui2013-11-061-39/+5
* Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)Dmitry Stogov2013-10-282-3/+3
* Added Zend Debugger to the note about the load order (by trash4you at online ...Xinchen Hui2013-10-231-2/+2
* Fixed compilation warningDmitry Stogov2013-10-211-1/+1
* Fixed issue #115 (path issue when using phar).Xinchen Hui2013-10-211-5/+39
* - Fixed resource leakFelipe Pena2013-10-121-0/+1
* Fixed bug #65845 (Error when Zend Opcache Optimizer is fully enabled).Dmitry Stogov2013-10-103-123/+152
* Removed references to "Zend Support"Dmitry Stogov2013-09-271-5/+5
* Added support for GNU Hurd. (Svante Signell)Dmitry Stogov2013-09-272-35/+46
* Added function opcache_compile_file() to load PHP scripts into cache without ...Dmitry Stogov2013-09-253-1/+49
* Fixed issue #135 (segfault in interned strings if initial memory is too low)Dmitry Stogov2013-09-251-4/+10
* Add test for ISSUE #128Xinchen Hui2013-09-161-0/+16
* Fixed bug #65665 (Exception not properly caught when opcache enabled)Xinchen Hui2013-09-162-4/+126
* Fixed issue #128 (opcache_invalidate segmentation fault)Dmitry Stogov2013-09-091-0/+4
* Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var)Dmitry Stogov2013-08-292-8/+44
* Fixed compatibility with php-5.2Dmitry Stogov2013-08-291-1/+4