summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_accelerator_util_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on x32Jan Rękorajski2018-11-131-1/+1
* Future-proof email addressesZeev Suraski2018-11-011-3/+3
* Changed structure of zend_class_entry.trait_aliases and zend_class_entry.trai...Dmitry Stogov2018-07-111-24/+2
* Fixed possible assertion/crash when PHP script can't be stored in SHM (e.g. b...Dmitry Stogov2018-07-111-1/+1
* Remove duplicated code (keep destroy_zend_function() for compatibility)Dmitry Stogov2018-06-271-1/+1
* Lazy function copying from op_cache SHM into process memoryDmitry Stogov2018-06-251-2/+2
* Fix off-by-one errorNikita Popov2018-06-251-1/+1
* Fixed bug #76509Nikita Popov2018-06-251-10/+26
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-2/+2
* Eliminate useless checksDmitry Stogov2018-04-041-6/+41
* Improve HashTable iterators handling:Dmitry Stogov2018-03-221-6/+6
* Set and keep HASH_FLAG_STATIC_KEYS for all HashTables stored in SHM (or file ...Dmitry Stogov2018-03-061-3/+3
* Merge branch 'PHP-7.2'Dmitry Stogov2018-03-051-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-03-051-1/+1
| |\
| | * Fixed invalid destructorDmitry Stogov2018-03-051-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | year++Xinchen Hui2018-01-021-1/+1
* | | Fix datatypes for native AVX buildAnatol Belski2018-02-141-5/+5
* | | Optimized fast_memcpy with AVX instructionsXinchen Hui2018-02-151-3/+69
* | | typoDmitry Stogov2018-02-091-1/+1
* | | Fix incompatible pointer warningAnatol Belski2018-02-011-0/+4
* | | Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-9/+9
* | | Get rid of zend_op_array.early_bindingDmitry Stogov2018-01-111-2/+2
* | | Remove HashTable holes in functions and class tables.Dmitry Stogov2018-01-101-6/+6
* | | year++Xinchen Hui2018-01-021-1/+1
* | | Fixed possible local assembler labels conflicts.Dmitry Stogov2017-12-201-4/+4
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Use inline assembler for fast_memcpy()Dmitry Stogov2017-12-061-4/+55
* | | Use cheaper functionsDmitry Stogov2017-12-041-3/+3
* | | Avoid function duplicationDmitry Stogov2017-11-301-1/+1
* | | Functions must be stored with lowercase keysDmitry Stogov2017-11-301-10/+9
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-2/+1
|/ /
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
|/
* - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-57/+0
* Merge branch 'PHP-7.0'Xinchen Hui2016-04-141-9/+11
|\
| * Fixed bug #72014 (Including a file with anonymous classes multiple times lead...Xinchen Hui2016-04-141-9/+11
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * 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
| | * bump yearXinchen Hui2015-01-151-1/+1
| | * Fixed __debugInfo() supportDmitry Stogov2014-12-031-0/+5
* | | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-2/+9
* | | Break dependency between opcache and optimizer. Remove copatibility macros.Dmitry Stogov2015-11-121-22/+22
|/ /
* | opcache: Patch SSE based fast_memcpy() implementationBogdan Andone2015-07-291-4/+5
* | Fixed bug #70067 (Cross-compile failure in opcache when SIZEOF_ZEND_LONG < SI...Xinchen Hui2015-07-141-1/+1
* | Fixed Bug #70058 Build fails when building for i386Xinchen Hui2015-07-131-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-12/+12