summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_shared_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ported opcacheAnatol Belski2014-08-201-5/+5
* | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-1/+1
* | Fixed store of "shared" zend_stringsDmitry Stogov2014-04-091-1/+0
* | fixed craches at request shutdown and memory leaksDmitry Stogov2014-03-311-0/+1
* | ext/opcache refactoring (incomplete)Dmitry Stogov2014-03-281-10/+10
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Use size_t instead of intDmitry Stogov2013-06-101-2/+2
* Use size_t everywhere insteadRasmus Lerdorf2013-05-291-2/+2
* This needs to be a longRasmus Lerdorf2013-05-291-2/+2
* Fixed compiler warning "cast from pointer to integer of different size"Xinchen Hui2013-04-181-1/+1
* Reimplemented OPcache restart trigger. Now, if memory or hash are full the re...Dmitry Stogov2013-03-281-1/+14
* Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)Dmitry Stogov2013-03-271-11/+3
* Renamed Zend Optimizer+ into Zend OPcacheDmitry Stogov2013-03-191-1/+1
* Add oom, wasted, hash and manual restart counters to help identify potential ...Dmitry Stogov2013-03-181-2/+2
* Merge Zend Optimizer+Dmitry Stogov2013-03-161-0/+489