summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-06-231-1/+0
|\
| * Remove superfluous branchThomas Punt2017-06-231-1/+0
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-021-1/+1
|\ \ | |/
| * Fix #73832 - leave the table in a safe state if the size is too big.Stanislav Malyshev2017-01-021-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-211-3/+4
|\ \ | |/
| * Fix #73753 - Unpacked Arrays and DuplicationDavid Walker2016-12-211-3/+4
* | Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)Dmitry Stogov2016-10-191-25/+23
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-271-2/+6
|\ \ | |/
| * Fix bug #73181Nikita Popov2016-09-271-2/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-291-1/+0
|\ \ | |/
| * Fixed bug #72936 (Zend API's zend_symtable_str_update() asserts key should en...Xinchen Hui2016-08-291-1/+0
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-3/+3
* | HANDLE_BLOCK/UNBLOCK_INTERRUPTIONS() protection on inter-process data is comp...Dmitry Stogov2016-06-201-30/+0
* | Don't HT_ASSERT rc=1 in zend_hash_apply functionsNikita Popov2016-05-101-4/+4
* | Inlined fast pathDmitry Stogov2016-05-041-0/+9
* | Fixed compilation warningsDmitry Stogov2016-04-291-4/+4
|/
* array_dup should not copy the nApplyCountXinchen Hui2016-03-211-3/+3
* Better fix for IS_INDIRECT support in zend_hash_merge()Dmitry Stogov2016-03-021-24/+48
* Fixed bug #71695 (Global variables are reserved before execution).Xinchen Hui2016-03-011-5/+17
* 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/+24
* Fixed bug #71154Nikita Popov2015-12-171-10/+7
* Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)Dmitry Stogov2015-12-031-1/+1
* Improved fix for bug (count on symbol table)Xinchen Hui2015-11-231-0/+36
* Re-Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB ...Xinchen Hui2015-11-111-8/+7
* Fixed bug #70805 (Segmentation faults whilst running Drupal 8 test suite)Xinchen Hui2015-11-031-2/+6
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Fix HT_ASSERT ht->nInternalPointer checksNikita Popov2015-08-281-4/+4
* Fixed bug #70187 (Notice: unserialize(): Unexpected end of serialized data)Dmitry Stogov2015-08-261-4/+4
* In 95% cases we initialize "empty" array (with 8 hash slots).Dmitry Stogov2015-08-241-1/+14
* Simplify the macro (HT_DATA_SIZE/HT_HASH_SIZE is not used outside Zend)Xinchen Hui2015-08-131-5/+5
* Fixed similar issues(segfault on OOM)Xinchen Hui2015-08-131-5/+7
* Fixed segfault while OOM in pack_to_hashXinchen Hui2015-08-131-2/+3
* zend_hash_resize seems useless, use zend_hash_extendXinchen Hui2015-08-131-24/+5
* Fixed bug #70258 and #70253Xinchen Hui2015-08-131-7/+11
* Use the same error msg with resizeXinchen Hui2015-08-121-1/+1
* We should not silently go on if the required size can not be metXinchen Hui2015-08-121-1/+5
* Revert "We should not silently go on if the required size can not be met."Xinchen Hui2015-08-121-5/+0
* We should not silently go on if the required size can not be met.Xinchen Hui2015-08-121-0/+5
* Hmm, we should also take care of uninitialized hashTableXinchen Hui2015-08-101-10/+14
* Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)Xinchen Hui2015-08-101-0/+14
* Fixed bug #69521 (Segfault in gc_collect_cycles()).Xinchen Hui2015-07-021-1/+4
* Merge branch 'amortize-hash-compaction' of https://github.com/kaja47/php-srcXinchen Hui2015-06-301-1/+1
|\
| * zend_hash_do_resize: amortizing the cost of compactionK2015-03-261-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-16/+16
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | Also try __has_builtin() where builtins are usedBob Weinand2015-06-221-1/+1
* | Clean up zend_hash_compare implementationNikita Popov2015-06-201-42/+26