summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). ↵Dmitry Stogov2013-08-291-2/+2
| | | | (Terry Ellison)
* 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' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* Added opcache.restrict_api configuration directive that may limit usage of ↵Dmitry Stogov2013-07-313-0/+37
| | | | OPcahce API functions only to patricular script(s)
* 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
| | | | | | I can not get a reproduce script since the context is very strict. Of course I will try to make one, but for now, I just commit this first.
* OPcache must be compatible with LiteSpeed SAPIDmitry Stogov2013-06-241-1/+2
|
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | * pull-request/341: (23 commits) typofixes
* 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
| | | | Otherwise we are limited to a 32G opcache segment
* 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
|
* Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Pierre Joye2013-04-201-1/+12
|\
| * Fixed 5.2 ZTS buildDmitry Stogov2013-04-191-1/+12
| |
* | fix x64 opcache, still uses fugly fixed addresses, see TODO entry for explanatonPierre Joye2013-04-201-6/+10
|/
* Fixed compiler warning "cast from pointer to integer of different size"Xinchen Hui2013-04-182-2/+2
|
* Initialize literals hash_value and cache_slotDmitry Stogov2013-04-171-12/+5
|
* Allow wilcards in opcache.blacklist_filenameDmitry Stogov2013-04-105-4/+66
|
* Fixed support for PHP-5.3Dmitry Stogov2013-04-101-0/+2
|
* Added missing ARG_INFODmitry Stogov2013-04-101-4/+16
|
* Numeric string constants used as array indeces have to be converted to long ↵Dmitry Stogov2013-04-101-0/+40
| | | | at compile time
* Fixed CFG construction bugsDmitry Stogov2013-04-091-9/+38
|
* Fixed ZTS buildDmitry Stogov2013-04-091-1/+1
|
* Fixed issue #26 (added opcache_invalidate(string $filename [, bool $force = ↵Dmitry Stogov2013-04-093-0/+71
| | | | false]) function)
* Fixed issue #82 (allow comments in blacklist file, lines started with ";")Dmitry Stogov2013-04-091-0/+5
|
* Fixed ZTS buildDmitry Stogov2013-04-011-2/+2
|
* Fixed issue #79 (Optimization Problem/Bug)Dmitry Stogov2013-04-012-0/+46
|
* 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 ↵Dmitry Stogov2013-03-284-26/+47
| | | | restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway).
* Fixed issue #78 (incorrect file path validation)Dmitry Stogov2013-03-281-20/+35
|
* Fixed issue #74 (Allowed per request OPcache disabling)Dmitry Stogov2013-03-271-1/+30
|
* Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)Dmitry Stogov2013-03-273-16/+4
|
* Added description for opcache.enable_cliDmitry Stogov2013-03-271-1/+5
|
* back to dev (7.0.2-dev)Dmitry Stogov2013-03-251-1/+1
|
* Fixed copy/paste mistakeDmitry Stogov2013-03-251-1/+1
|
* Fixed bug #64482 (Opcodes for dynamic includes should not be cached)Dmitry Stogov2013-03-253-1/+28
|
* Separate "start_time" from "last_restart_time"Dmitry Stogov2013-03-253-1/+4
|
* Fixed PHP-5.2 ZTS compatibilityDmitry Stogov2013-03-254-1/+29
|