summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.c
Commit message (Expand)AuthorAgeFilesLines
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-06-201-3/+2
|\
| * Fixed bug #69892Nikita Popov2015-06-201-3/+2
* | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-121-0/+3
|\ \ | |/
| * Fixed bug #69017 (Fail to push to the empty array with the constant value def...Xinchen Hui2015-02-121-0/+3
| * Bump yearXinchen Hui2015-01-151-1/+1
| * Bump yearXinchen Hui2014-01-031-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | Fixed bug #67169: []= after_array_splice incorrectNikita Popov2014-05-021-0/+1
* | Add only_integer_keys option to zend_hash_reindexNikita Popov2014-04-091-12/+5
* | Add zend_hash_spliceNikita Popov2014-04-091-25/+91
* | Add zend_hash_reindexNikita Popov2014-04-091-3/+24
* | fix C89 compatAnatol Belski2014-03-221-1/+3
* | Revert "Add helper function for updating bucket contents"Nikita Popov2014-03-211-32/+40
* | Rename+move zend_hash_apply_deleter and reuse itNikita Popov2014-03-211-155/+57
* | Make zend_hash_apply_deleter() void, to allow reuseNikita Popov2014-03-211-33/+25
* | Add helper function for updating bucket contentsNikita Popov2014-03-211-40/+32
* | Remove unnecessary checkNikita Popov2014-03-201-3/+0
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Avoid interned hash key duplication and hash key length recaclulationDmitry Stogov2013-11-291-1/+1
* | Removed unused "pHashFunction" argument in _zend_hash_init() and family (must...Dmitry Stogov2013-11-281-3/+3
* | Some rare deprecated cases replaced by ZEND_ASSERT() (some extensions might n...Dmitry Stogov2013-11-281-36/+7
* | Removed duplicated hash function implementation (100% source compatible)Dmitry Stogov2013-11-281-6/+0
* | Merge branch 'PHP-5.5'Stanislav Malyshev2013-07-211-2/+2
|\ \ | |/
| * HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-2/+2
* | Merge branch 'PHP-5.5'Nikita Popov2013-06-171-3/+3
|\ \ | |/
| * Fix bug #65051: count() off by one inside unset()Nikita Popov2013-06-171-3/+3
* | Remove unnecessary NULL checks from zend_hashNikita Popov2013-06-171-36/+9
|/
* Fix bug #64555: foreach no longer copies keys if they are internedNikita Popov2013-04-031-1/+1
* Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-121-0/+18
* Happy New YearXinchen Hui2013-01-011-1/+1
* - 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
* - WSPierre Joye2011-09-061-6/+6
* 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-82/+124
* - Fix ZTS buildFelipe Pena2011-06-021-0/+3
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-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