summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Split big _zend_handle_numeric_str() into small always inlined function that ...Dmitry Stogov2014-09-181-35/+5
* Changed "inline" into "zend_always_inline"Dmitry Stogov2014-09-181-34/+34
* Drop BC alias HASH_NON_EXISTANTNikita Popov2014-09-161-1/+0
* Remove HASH_NEXT_INSERT flagNikita Popov2014-09-161-4/+3
* Optimized FE_RESET and FE_FETCHDmitry Stogov2014-09-161-3/+0
* Update types in zend_hashNikita Popov2014-09-151-26/+25
* Fix compiler warningsNikita Popov2014-08-251-0/+5
* master renamings phase 5Anatol Belski2014-08-251-1/+1
* master renames phase 3Anatol Belski2014-08-251-2/+2
* master renames phase 1Anatol Belski2014-08-251-32/+32
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-35/+35
* ext/interbase support (incomplete)Dmitry Stogov2014-07-291-0/+11
* Simplified and optimized ZEND_HANDLE_NUMERIC()Dmitry Stogov2014-06-031-66/+146
* Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-3/+6
* Use new zend_hash APIDmitry Stogov2014-05-261-0/+9
* Use specialized functions instead of macrosDmitry Stogov2014-05-261-9/+34
* Use optimized zend_array_dup() function. convert zend_hash_num_elements() and...Dmitry Stogov2014-05-231-2/+7
* Removed the old hack that was originally developed to support constants in ar...Dmitry Stogov2014-05-191-14/+0
* Use new hash iteration API and avoid old zend_hash_update_current_key() hackDmitry Stogov2014-05-191-0/+4
* Port JSONNikita Popov2014-05-051-0/+5
* Avoid useless allocationsDmitry Stogov2014-04-251-18/+18
* Reimplement strtr()Dmitry Stogov2014-04-241-0/+5
* Fixed compilation warningsDmitry Stogov2014-04-221-0/+19
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-12/+12
* Use ZEND_HASH_FOEACH_* instead of zend_hash_apply_*Dmitry Stogov2014-04-211-0/+4
* More ZEND_HASH_FOREACH_* related changesDmitry Stogov2014-04-191-86/+65
* Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha...Dmitry Stogov2014-04-181-0/+100
* Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f...Dmitry Stogov2014-04-071-17/+15
* CleanupDmitry Stogov2014-04-071-0/+2
* TypoDmitry Stogov2014-03-271-1/+1
* Fixed extract() support IS_INDIRECTDmitry Stogov2014-03-261-0/+10
* Refactored IS_INDIRECT usage for CV and object properties to support HashTabl...Dmitry Stogov2014-03-261-3/+65
* Fixed serialize/unserialize problemsDmitry Stogov2014-03-171-1/+2
* Fixed memory leak while add_mem faileXinchen Hui2014-03-151-6/+18
* Use better data structures (incomplete)Xinchen Hui2014-02-161-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-141-4/+4
* Use better data structures (incomplete)Xinchen Hui2014-02-111-6/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-178/+247
* Bump yearXinchen Hui2014-01-031-1/+1
* Removed unused "pHashFunction" argument in _zend_hash_init() and family (must...Dmitry Stogov2013-11-281-4/+4
* Removed duplicated hash function implementation (100% source compatible)Dmitry Stogov2013-11-281-2/+2
* Fix commentJohannes Schlüter2013-07-231-1/+1
* backward compatibilityLajos Veres2013-07-211-0/+1
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-1/+3
* Happy New YearXinchen Hui2013-01-011-1/+1
* appease MSVC (doesnt like unary minus of unsigned ints)Nuno Lopes2012-07-081-1/+1
* fix (signed) integer overflow (part of bug #52550Nuno Lopes2012-07-021-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2