summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed icorrect key length after updating constant indexDmitry Stogov2011-12-011-0/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-9/+9
* Fix typoPierrick Charron2011-08-081-1/+1
* Fix missing va_end() found by CoverityRasmus Lerdorf2011-08-051-0/+1
* Fixed bug #50816 (Using class constants in array definition fails).Dmitry Stogov2011-08-011-81/+123
* - Fix ZTS buildFelipe Pena2011-06-221-0/+3
* Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+18
* Fixed bug #54268 (Double free when destroy_zend_class fails)Dmitry Stogov2011-04-151-12/+10
* Changed initialization order to workaround against crashes after memory overf...Dmitry Stogov2011-04-151-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Don't be silent on bailoutJohannes Schlüter2010-09-141-0/+3
* Removed redundant checkDmitry Stogov2010-07-071-1/+0
* - Replaced 'zend_hash_find' to 'zend_hash_quick_find' on zend_hash_compare() ...Felipe Pena2010-05-031-1/+1
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-28/+43
* Added an optimization which saves memory and emalloc/efree calls for empty Ha...Dmitry Stogov2010-04-201-23/+34
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Fixed bug #47836 (array operator [] inconsistency when the array has PHP...Matt Wilmas2009-06-071-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-14/+14
* fix WSAntony Dovgal2008-08-071-27/+27
* 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-1/+61
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-2/+2
* MFH: 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-11/+11
* Fixed bug #41372 (Internal pointer of source array resets during array copying)Dmitry Stogov2007-07-241-1/+8
* Special case for last iterationDmitry Stogov2007-02-211-1/+3
* MFH: 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
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* HashTable copying optimization (Matt Wilmas)Dmitry Stogov2006-11-081-2/+2
* - MFH: Fixed bug #39320Marcus Boerger2006-11-031-8/+27
* Fixed bug #38315 (Constructing in the destructor causes weird behaviour)Dmitry Stogov2006-08-241-11/+10
* MFH:Dmitry Stogov2006-04-071-15/+11
* init variablesAntony Dovgal2006-02-061-1/+1
* Fix possibility of a wrong element being deleted by zend_hash_del()Zeev Suraski2006-02-011-2/+4
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* 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
* Bugfix 21918Marcus Boerger2003-08-111-2/+2