summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #51008 (Zend/tests/bug45877.phpt fails)Dmitry Stogov2010-10-051-4/+4
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-1/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-3/+8
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH(r-1.103) Expand zend_symtable_update_current_key to allow specifying Hash...Sara Golemon2009-05-251-3/+6
* Fixed "-0" parsing and optimized overflow check (Matt)Dmitry Stogov2009-03-241-36/+18
* Fixed check for long integer overflowDmitry Stogov2009-03-191-13/+35
* Better fix for bug #45877 (smaller and faster)Dmitry Stogov2009-03-181-37/+32
* MFH: Fixed bug #45877 (Array key '2147483647' left as string)Matt Wilmas2009-03-181-11/+11
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1