summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 a...Dmitry Stogov2013-04-101-0/+40
* 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 = f...Dmitry Stogov2013-04-093-0/+71
* 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 re...Dmitry Stogov2013-03-284-26/+47
* 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
* 7.0.1 releaseDmitry Stogov2013-03-251-1/+1
* make it int mainStanislav Malyshev2013-03-241-1/+1
* fix return valueStanislav Malyshev2013-03-241-1/+1
* add code to check if we know flock definition on this systemStanislav Malyshev2013-03-241-0/+33
* add definition for 5.5Stanislav Malyshev2013-03-241-0/+1
* fix bug #64490 - add __FreeBSD_kernel__ to allowed FreeBSD defsStanislav Malyshev2013-03-241-1/+1
* strlen() returns size_tDmitry Stogov2013-03-191-1/+1
* Renamed Zend Optimizer+ into Zend OPcacheDmitry Stogov2013-03-1929-57/+57
* Add stats to phpinfoDmitry Stogov2013-03-191-0/+25
* Avoid trailing line breakDmitry Stogov2013-03-181-1/+6
* Add oom, wasted, hash and manual restart counters to help identify potential ...Dmitry Stogov2013-03-184-14/+52
* Add optional flag to opcache_get_status()Dmitry Stogov2013-03-181-11/+12
* Load "black list" only if O+ is enabledDmitry Stogov2013-03-172-29/+10
* Made opcache_get_status() return statistics during O+ restartDmitry Stogov2013-03-171-2/+2