Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4). ↵ | Dmitry Stogov | 2013-08-29 | 1 | -2/+2 | |
| | | | | (Terry Ellison) | |||||
* | Fixed compilation warning | Dmitry Stogov | 2013-08-26 | 1 | -1/+0 | |
| | ||||||
* | Replce ZEND_FETCH_* instructions with IS_CV if possible | Dmitry Stogov | 2013-08-09 | 2 | -0/+81 | |
| | ||||||
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 | |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | |||||
* | Added opcache.restrict_api configuration directive that may limit usage of ↵ | Dmitry Stogov | 2013-07-31 | 3 | -0/+37 | |
| | | | | OPcahce API functions only to patricular script(s) | |||||
* | Fixed php-5.2 support | Dmitry Stogov | 2013-07-31 | 1 | -0/+8 | |
| | ||||||
* | Added support for glob symbols in blacklist entries (?, *, **) | Dmitry Stogov | 2013-07-31 | 4 | -36/+126 | |
| | ||||||
* | Improved implementation of NOP removal pass from O(n^2) to O(n) (hnw) | Dmitry Stogov | 2013-07-30 | 1 | -39/+47 | |
| | ||||||
* | A minor fix for configure outpu (Tony) | Dmitry Stogov | 2013-07-30 | 1 | -1/+3 | |
| | ||||||
* | Fixed bug #65338 (Enabling both php_opcache and php_wincache AVs on shutdown). | Dmitry Stogov | 2013-07-30 | 3 | -5/+9 | |
| | ||||||
* | Merge from GitHub | Dmitry Stogov | 2013-07-28 | 2 | -1/+5 | |
| | ||||||
* | typo fixes | Veres Lajos | 2013-07-15 | 2 | -3/+3 | |
| | ||||||
* | Fixed bug #64827 Segfault in zval_mark_grey (zend_gc.c) | Xinchen Hui | 2013-06-25 | 1 | -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 SAPI | Dmitry Stogov | 2013-06-24 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 | |
| | | | | | * pull-request/341: (23 commits) typofixes | |||||
* | Fixed comments | Dmitry Stogov | 2013-06-10 | 1 | -2/+4 | |
| | ||||||
* | Avoid multiple allocations of the same key in different processes | Dmitry Stogov | 2013-06-10 | 1 | -1/+3 | |
| | ||||||
* | Compact HashTables before storing them in shared memory | Dmitry Stogov | 2013-06-10 | 3 | -0/+52 | |
| | ||||||
* | Use size_t instead of int | Dmitry Stogov | 2013-06-10 | 1 | -2/+2 | |
| | ||||||
* | Use size_t everywhere instead | Rasmus Lerdorf | 2013-05-29 | 3 | -4/+4 | |
| | ||||||
* | This needs to be a long | Rasmus Lerdorf | 2013-05-29 | 2 | -3/+3 | |
| | | | | Otherwise we are limited to a 32G opcache segment | |||||
* | Fixed crash during search in empty persistent HashTable | Dmitry Stogov | 2013-05-28 | 1 | -1/+5 | |
| | ||||||
* | Avoid possible conditional jump depended on uninitialised value | Dmitry Stogov | 2013-04-29 | 1 | -2/+3 | |
| | ||||||
* | Fixed compilation warnings (issue #92) | Dmitry Stogov | 2013-04-29 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5 | Pierre Joye | 2013-04-20 | 1 | -1/+12 | |
|\ | ||||||
| * | Fixed 5.2 ZTS build | Dmitry Stogov | 2013-04-19 | 1 | -1/+12 | |
| | | ||||||
* | | fix x64 opcache, still uses fugly fixed addresses, see TODO entry for explanaton | Pierre Joye | 2013-04-20 | 1 | -6/+10 | |
|/ | ||||||
* | Fixed compiler warning "cast from pointer to integer of different size" | Xinchen Hui | 2013-04-18 | 2 | -2/+2 | |
| | ||||||
* | Initialize literals hash_value and cache_slot | Dmitry Stogov | 2013-04-17 | 1 | -12/+5 | |
| | ||||||
* | Allow wilcards in opcache.blacklist_filename | Dmitry Stogov | 2013-04-10 | 5 | -4/+66 | |
| | ||||||
* | Fixed support for PHP-5.3 | Dmitry Stogov | 2013-04-10 | 1 | -0/+2 | |
| | ||||||
* | Added missing ARG_INFO | Dmitry Stogov | 2013-04-10 | 1 | -4/+16 | |
| | ||||||
* | Numeric string constants used as array indeces have to be converted to long ↵ | Dmitry Stogov | 2013-04-10 | 1 | -0/+40 | |
| | | | | at compile time | |||||
* | Fixed CFG construction bugs | Dmitry Stogov | 2013-04-09 | 1 | -9/+38 | |
| | ||||||
* | Fixed ZTS build | Dmitry Stogov | 2013-04-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed issue #26 (added opcache_invalidate(string $filename [, bool $force = ↵ | Dmitry Stogov | 2013-04-09 | 3 | -0/+71 | |
| | | | | false]) function) | |||||
* | Fixed issue #82 (allow comments in blacklist file, lines started with ";") | Dmitry Stogov | 2013-04-09 | 1 | -0/+5 | |
| | ||||||
* | Fixed ZTS build | Dmitry Stogov | 2013-04-01 | 1 | -2/+2 | |
| | ||||||
* | Fixed issue #79 (Optimization Problem/Bug) | Dmitry Stogov | 2013-04-01 | 2 | -0/+46 | |
| | ||||||
* | don't optimize script if it's not going to be cached | Dmitry Stogov | 2013-03-28 | 1 | -1/+5 | |
| | ||||||
* | Reimplemented OPcache restart trigger. Now, if memory or hash are full the ↵ | Dmitry Stogov | 2013-03-28 | 4 | -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 Stogov | 2013-03-28 | 1 | -20/+35 | |
| | ||||||
* | Fixed issue #74 (Allowed per request OPcache disabling) | Dmitry Stogov | 2013-03-27 | 1 | -1/+30 | |
| | ||||||
* | Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all) | Dmitry Stogov | 2013-03-27 | 3 | -16/+4 | |
| | ||||||
* | Added description for opcache.enable_cli | Dmitry Stogov | 2013-03-27 | 1 | -1/+5 | |
| | ||||||
* | back to dev (7.0.2-dev) | Dmitry Stogov | 2013-03-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed copy/paste mistake | Dmitry Stogov | 2013-03-25 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #64482 (Opcodes for dynamic includes should not be cached) | Dmitry Stogov | 2013-03-25 | 3 | -1/+28 | |
| | ||||||
* | Separate "start_time" from "last_restart_time" | Dmitry Stogov | 2013-03-25 | 3 | -1/+4 | |
| | ||||||
* | Fixed PHP-5.2 ZTS compatibility | Dmitry Stogov | 2013-03-25 | 4 | -1/+29 | |
| |