summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_shared_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-02-121-6/+15
|\
| * Avoid dependency on "struct flock" fields order.Dmitry Stogov2019-02-121-6/+15
| * year++Xinchen Hui2018-01-021-1/+1
* | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | year++Xinchen Hui2018-01-021-1/+1
* | Reduce number of hash collisions during dulicate address detection.Dmitry Stogov2017-12-111-4/+13
|/
* We don't have to use "persistent" heap with PHP-7 HashTable(s).Dmitry Stogov2017-06-291-8/+2
* Remove superfluous semicolonsTom Van Looy2017-06-261-3/+3
* Clear alocated memory blocks, only if this is really necessary.Dmitry Stogov2017-06-211-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0'Xinchen Hui2016-06-241-1/+1
|\
| * Fixed formatXinchen Hui2016-06-241-1/+1
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
|/
* make opcache lockfile path configurableFatih ACAR2016-04-061-4/+7
* Fixed another segfault with file_cache_only nowXinchen Hui2016-03-011-0/+4
* Fixed segfault with file_cache_onlyXinchen Hui2016-02-281-0/+4
* Fixed possible crash at PCRE on MSHUTDOWNDmitry Stogov2016-02-241-0/+13
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Fixed bug #68677 (Use After Free in OPcache)Xinchen Hui2015-04-011-1/+1
| * Bump yearXinchen Hui2015-01-151-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Implemented file_cache_fallback mechanismAnatol Belski2015-10-091-0/+10
* | Ensure proper data alignmentDmitry Stogov2015-08-311-0/+1
* | Use better zend_hash_* functionsDmitry Stogov2015-06-051-1/+1
* | Added experimental (disabled by default) file based opcode cache.Dmitry Stogov2015-05-061-17/+23
* | bump yearXinchen Hui2015-01-151-1/+1
* | Fixed #68677Xinchen Hui2015-01-081-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+6
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+3
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-101-1/+1
|\ \
| * | Copy all the arena allocated data from SHM to process memory at onceDmitry Stogov2014-10-091-1/+1
* | | cleanup TSRMLS_FETCH in ext/opcacheAnatol Belski2014-09-261-3/+0
|/ /
* | master renames phase 1Anatol Belski2014-08-251-5/+5
* | 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