summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). ...Dmitry Stogov2013-08-291-2/+2
* Fixed compilation warningDmitry Stogov2013-08-261-1/+0
* Replce ZEND_FETCH_* instructions with IS_CV if possibleDmitry Stogov2013-08-092-0/+81
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-1/+1
* Added opcache.restrict_api configuration directive that may limit usage of OP...Dmitry Stogov2013-07-313-0/+37
* Fixed php-5.2 supportDmitry Stogov2013-07-311-0/+8
* Added support for glob symbols in blacklist entries (?, *, **)Dmitry Stogov2013-07-314-36/+126
* Improved implementation of NOP removal pass from O(n^2) to O(n) (hnw)Dmitry Stogov2013-07-301-39/+47
* A minor fix for configure outpu (Tony)Dmitry Stogov2013-07-301-1/+3
* Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown).Dmitry Stogov2013-07-303-5/+9
* Merge from GitHubDmitry Stogov2013-07-282-1/+5
* typo fixesVeres Lajos2013-07-152-3/+3
* 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
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+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-103-0/+52
* Use size_t instead of intDmitry Stogov2013-06-101-2/+2
* Use size_t everywhere insteadRasmus Lerdorf2013-05-293-4/+4
* This needs to be a longRasmus Lerdorf2013-05-292-3/+3
* Fixed crash during search in empty persistent HashTableDmitry Stogov2013-05-281-1/+5
* Avoid possible conditional jump depended on uninitialised valueDmitry Stogov2013-04-291-2/+3
* Fixed compilation warnings (issue #92)Dmitry Stogov2013-04-291-1/+1