summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.c
Commit message (Expand)AuthorAgeFilesLines
* - Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-21/+21
* fix WSAntony Dovgal2008-08-071-29/+29
* Fixed bug #45742 (Wrong class array inpretetion using constant indexes)Dmitry Stogov2008-08-071-4/+20
* Fixed bug #44100 (Inconsistent handling of static array declarations with dup...Dmitry Stogov2008-08-011-20/+74
* - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-2/+2
* Fixed memcmp() check with hash_quick_del (realKeyLength would be 0)Matt Wilmas2008-05-301-3/+1
* rename and export the macrosAntony Dovgal2008-01-151-99/+27
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-41/+41
* Fixed bug #41372 (Internal pointer of source array resets during array copying)Dmitry Stogov2007-07-241-1/+8
* fix folding, CS and WSAntony Dovgal2007-07-111-142/+196
* Special case for last iterationDmitry Stogov2007-02-211-1/+3
* catch overflow right awayAntony Dovgal2007-01-201-3/+8
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-0/+31
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Apply Matt W's patch to only allow ASCII digits and not use u_digit().Andrei Zmievski2006-12-071-13/+11
* HashTable copying optimization (Matt Wilmas)Dmitry Stogov2006-11-081-2/+2
* - restoring init of the uni str which has been removed (patch by Pierre)Johannes Schlüter2006-11-011-0/+2
* - Consistency of apply funcs, #39320Marcus Boerger2006-10-311-10/+27
* Fix key length calculation.Andrei Zmievski2006-10-241-0/+1
* rename REAL_KEY_SIZE() to USTR_BYTES() and move to zend_unicode.hAntony Dovgal2006-10-201-8/+8
* Hash functions for UTF-8 keys.Andrei Zmievski2006-10-071-0/+123
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-3/+228
* Fixed bug #38315 (Constructing in the destructor causes weird behaviour)Dmitry Stogov2006-08-241-11/+10
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-2/+2
* - Fixed storing NULL pointers in HashTableDmitry Stogov2006-04-071-10/+7
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-19/+19
* Portable unicode string API:Dmitry Stogov2006-02-211-95/+87
* WSDmitry Stogov2006-02-211-2/+2
* Typo (misplaced #endif)Dmitry Stogov2006-02-131-44/+44
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-5/+56
* init variables (continue making GCC happy)Antony Dovgal2006-02-061-1/+1
* Fix possibility of a wrong element being deleted by zend_hash_del()Zeev Suraski2006-02-011-5/+5
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-14/+6
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #35509 (string constant as array key has different behavior inside ...Dmitry Stogov2005-12-051-0/+25
* Fixed several unicode related bugsDmitry Stogov2005-08-151-5/+8
* initialize key type when adding next indexAntony Dovgal2005-08-121-0/+2
* Unicode supportAndrei Zmievski2005-08-111-155/+504
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #28072 (static array with some constant keys will be incorrectly or...Dmitry Stogov2005-07-071-0/+87
* fix bug #33382 (array_reverse() fails after *sort())Antony Dovgal2005-06-171-1/+1
* wsfoobar2005-04-251-24/+24
* Fixed call to estrndup() with invalid lengthDmitry Stogov2005-04-251-1/+1
* - Increase performance of *sort() and some internal sort operations.Marcus Boerger2004-07-291-8/+14
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-11/+17
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* improve a number of zend_debug format stringsSascha Schumann2003-08-291-5/+5
* Improve trackingZeev Suraski2003-08-181-11/+11
* Remove bogus patch - the number of elements is unrelatedZeev Suraski2003-08-121-2/+2