summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_shared_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Added Inheritance Cache.Dmitry Stogov2021-02-091-24/+9
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Use zend_accel_error_noreturn in more placesNikita Popov2020-10-191-10/+10
* Merge branch 'PHP-7.4'Nikita Popov2019-06-281-0/+4
|\
| * Free ZTS lock in opcacheNikita Popov2019-06-281-0/+4
* | Fix VirtualProtect memory sizeAnatol Belski2019-04-111-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-101-0/+19
|\ \ | |/
| * Support VirtualProtect for opcache.protect_memoryNikita Popov2019-04-101-0/+19
* | Added JIT compiler for x86 and x86_64Dmitry Stogov2019-04-011-7/+24
|/
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-02-121-6/+15
|\
| * 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
* | | Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* | | Future-proof email addresses...Zeev Suraski2018-11-011-3/+3
* | | Don't use request heap at shutdownDmitry Stogov2018-10-251-2/+9
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-9/+34
* | | Avoid useless store and checks in xlat_table.Dmitry Stogov2018-09-261-9/+48
* | | Remove AC_HEADER_DIRENTPeter Kokot2018-09-041-1/+0
|/ /
* | 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