summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Strength reductionDmitry Stogov2018-01-101-3/+5
* Added expectationDmitry Stogov2018-01-101-1/+1
* Trailing whitespaces on ZendGabriel Caruso2018-01-041-5/+5
* year++Xinchen Hui2018-01-021-1/+1
* Use cheaper APIXinchen Hui2017-12-181-0/+13
* Fix bug #75677: Drop fastcall attribute on variadic functionLi-Wen Hsu2017-12-151-1/+1
* Introduced zend_hash_find_ex() that may avoid unnecessary hash value check.Dmitry Stogov2017-11-241-0/+22
* Added zend_hash_add_new_mem/zend_hash_str_add_new_mem. Use them to add new el...Dmitry Stogov2017-10-311-0/+26
* Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-0/+9
* HASH_FLAG_PERSISTENT renamed into IS_ARRAY_PERSISTENT and moved into GC_FLAGS...Dmitry Stogov2017-10-061-8/+7
* Refactored recursion pretectionDmitry Stogov2017-10-061-13/+1
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-4/+11
* Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-09-071-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-09-071-1/+1
| |\
| | * Fix typo in zend_symtable_add_new() API nameSara Golemon2017-09-071-1/+1
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Extract zend_get_callable_name() APINikita Popov2017-06-251-0/+27
* | | Reuse "nIndex"Dmitry Stogov2017-06-231-1/+1
* | | shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-4/+32
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-021-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-021-0/+10
| |\ \ | | |/
| | * BUG #73998: Numeric properties are not accessible from get_object_varsMitch Hagstrand2017-02-021-0/+10
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Enable HT RC assertions with escape-hatchNikita Popov2017-01-231-0/+7
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-281-0/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-281-0/+10
| |\ \ | | |/
| | * Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filte...Dmitry Stogov2016-11-281-0/+10
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
* | | Convert numeric keys in object/array castsAndrea Faulds2016-11-141-0/+2
|/ /
* | Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)Dmitry Stogov2016-10-191-2/+9
* | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* | Fixed typoDmitry Stogov2016-05-181-1/+1
* | Inlined fast pathDmitry Stogov2016-05-041-0/+20
* | Merge branch 'PHP-7.0'Dmitry Stogov2016-03-021-0/+12
|\ \ | |/
| * Introduce zend_symtable_exists_ind() for API consistencyDmitry Stogov2016-03-021-0/+12
* | Merge branch 'PHP-7.0'Xinchen Hui2016-03-021-1/+1
|\ \ | |/
| * Use hash_exists_ind in symbol tableXinchen Hui2016-03-021-1/+1
* | Remove use of register keyword in headersNikita Popov2016-02-041-1/+1
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Fixed possible crash on Zend/tests/bug71154.phptDmitry Stogov2015-12-211-0/+1
* Improved fix for bug (count on symbol table)Xinchen Hui2015-11-231-0/+1
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-261-1/+2
* zend_hash_resize seems useless, use zend_hash_extendXinchen Hui2015-08-131-1/+0
* Hmm, we should also take care of uninitialized hashTableXinchen Hui2015-08-101-1/+1
* Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)Xinchen Hui2015-08-101-0/+1
* Fixed bug #69674 (SIGSEGV array.c:953)Xinchen Hui2015-07-291-1/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-4/+4