summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_shared_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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