summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_accelerator_util_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #78226: Don't call __set() on uninitialized typed propertiesNikita Popov2019-10-251-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-10-141-7/+7
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-10-141-7/+7
| |\
| | * Fix checksum calculation for opcacheMitch Hagstrand2019-10-141-7/+7
* | | Don't use fast_memcpy under msanNikita Popov2019-07-011-1/+3
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-061-1/+1
* | | Remove copyright years.Dmitry Stogov2019-02-051-1/+1
* | | Implement typed propertiesNikita Popov2019-01-111-0/+18
* | | Revert HASH_FLAG_INITIALIZED into HASH_FLAG_UNINITIALIZED.Dmitry Stogov2018-12-281-3/+3
* | | Refactored script creation and classes/functions copying.Dmitry Stogov2018-11-231-14/+53
* | | Merge branch 'PHP-7.3'Nikita Popov2018-11-131-1/+1
|\ \ \ | |/ /
| * | Fix compilation on x32Jan Rękorajski2018-11-131-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | Avoid double copyingDmitry Stogov2018-11-071-49/+22
* | | Future-proof email addresses...Zeev Suraski2018-11-011-3/+3
* | | Fixed incorrect reallocationDmitry Stogov2018-10-171-1/+3
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-22/+50
* | | Use macroDmitry Stogov2018-09-191-7/+7
* | | Improved hash copyingDmitry Stogov2018-09-191-71/+28
* | | Class constants and default property values can't be IS_REFERENCE anymore.Dmitry Stogov2018-09-181-22/+0
* | | Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-3/+3
* | | Keep information about unresolved parent class in zend_class_entry->parent_nameDmitry Stogov2018-08-241-2/+2
* | | Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-5/+6
* | | Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-29/+36
* | | Introduced ZEND_COMPILE_IGNORE_OTHER_FILES compiler option, to allow "separat...Dmitry Stogov2018-08-221-34/+5
* | | CleanupDmitry Stogov2018-08-211-36/+11
|/ /
* | 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