summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-3/+3
* Use better zend_hash_* functionsDmitry Stogov2015-06-051-0/+9
* Improve the fix for bug #69756Xinchen Hui2015-06-051-2/+3
* Improved hash table copyingDmitry Stogov2015-05-191-2/+4
* Use new hash iteration API.Dmitry Stogov2015-04-271-0/+4
* Optimized zend_hash_rehash(), added some exoectations to generate better codeDmitry Stogov2015-04-241-2/+2
* Added HashTable flag HASH_FLAG_STATIC_KEYS that is maintaned to be set if all...Dmitry Stogov2015-04-241-6/+22
* Keep realpath and PCRE caches in consistency with opcache SHM.Dmitry Stogov2015-04-221-0/+1
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-0/+9
|\
| * Added yield from operatorBob Weinand2015-03-071-0/+9
* | Add some assumptions.Dmitry Stogov2015-03-241-12/+72
* | fix datatype mismatch warningsAnatol Belski2015-03-191-3/+3
* | Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-78/+71
* | Changed HashTable layout:Dmitry Stogov2015-03-131-11/+9
* | Fixed zend_hash_append result duplicated keyXinchen Hui2015-03-081-6/+6
* | Fixed bug #69198 (Compact function generate array with length but no content)Xinchen Hui2015-03-071-2/+4
* | Use fast zend_hash_append() APIDmitry Stogov2015-03-061-0/+16
* | Improved method inhereitance code and cleanupDmitry Stogov2015-03-051-0/+9
* | Improved ineritance codePRE_PHP7_EREG_MYSQL_REMOVALSDmitry Stogov2015-03-041-0/+16
* | Improved code for class property inheritanceDmitry Stogov2015-03-041-0/+17
* | Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-03-031-3/+3
|\ \
| * | Strength reductionDmitry Stogov2015-03-021-3/+3
| |/
* | Fixed #69166 (Assigning array_values() to array does not reset key counter)Xinchen Hui2015-03-031-1/+1
|/
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
* Fix "forech" statemt behaviour according to https://wiki.php.net/rfc/php7_for...Dmitry Stogov2015-02-121-9/+15
* bump yearXinchen Hui2015-01-151-1/+1
* Faster sorting algoXinchen Hui2015-01-141-1/+7
* trailing whitespace removalStanislav Malyshev2015-01-101-6/+6
* Use special flag (HASH_FLAG_INITIALIZED) instead of (nTableMask == 0) to indi...Dmitry Stogov2014-12-271-0/+1
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-3/+3
* API for fast construction of packed arraysDmitry Stogov2014-12-231-0/+27
* Revert "Improve Hash foreach macros"Xinchen Hui2014-12-231-18/+0