summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Fix logic. It was the wrong way around.Andi Gutmans2003-07-311-1/+1
* - Fix problem with hash when updating same bucket with data of differentAndi Gutmans2003-07-301-13/+16
* Go back to ZE1-like codeZeev Suraski2003-07-231-31/+0
* Improve infrastructure of numeric handling of elements in symbol tables.Zeev Suraski2003-07-221-0/+32
* Make it a macroMarcus Boerger2003-07-201-14/+0
* This is meant to be used in for(;has_more;next)Marcus Boerger2003-07-191-1/+1
* Add missing function to ease implementationsMarcus Boerger2003-07-191-0/+14
* ecalloc doesn't return NULLMarcus Boerger2003-06-141-4/+3
* updating license information in the headers.James Cox2003-06-101-1/+1
* move HANDLE_NUMERIC() from the hash table implementation upstream to theSterling Hughes2003-05-231-35/+0
* Fix prototype (may have caused stack corruption)Zeev Suraski2003-02-061-1/+1
* Add quick_exists()Zeev Suraski2003-02-051-0/+29
* Reimplement PPP propertiesZeev Suraski2003-02-041-23/+22
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Commit fix for bug #19566 (I think it's by Marcus :)Andi Gutmans2002-11-151-2/+2
* Revert of previous patch.Ilia Alshanetsky2002-11-051-1/+1
* If ordered is not set a random compiler assigned value of *p2 would be used,Ilia Alshanetsky2002-11-041-1/+1
* Add tracking for hashtable allocationZeev Suraski2002-09-171-4/+8
* MFZE1Zeev Suraski2002-08-171-1/+1
* make win32 debug output more verboseHarald Radi2002-08-071-6/+0
* MFZE1Stanislav Malyshev2002-08-011-2/+2
* - Fix WS.Andi Gutmans2002-07-231-2/+2
* some type cleanup workHarald Radi2002-04-231-2/+2
* MFZE1: make sure the resource-list is always consistent during shutdown (Thies).Sebastian Bergmann2002-04-191-0/+17
* MFZE1: Fix imbalance bug (Zeev).Sebastian Bergmann2002-04-191-2/+4
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* MFZE1Sebastian Bergmann2001-10-041-1/+1
* MFZE1Sebastian Bergmann2001-09-191-7/+7
* MFZE1Zeev Suraski2001-08-201-1/+1
* WhitespaceZeev Suraski2001-08-111-4/+4
* Avoid going over huge lists of functions, classes and constants.Zeev Suraski2001-08-021-0/+27
* Some cleanupZeev Suraski2001-08-021-26/+0
* TSRMLS fixesZeev Suraski2001-08-021-2/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-311-3/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-1/+1
* Fix compile warningZeev Suraski2001-07-211-1/+1
* - Remove unused codeAndi Gutmans2001-07-171-4/+0
* Fix bug #6239Zeev Suraski2001-07-151-13/+33
* layoutZeev Suraski2001-07-131-2/+4
* the resource-lists are now destroyed backwards. this will make sure thatThies C. Arntzen2001-07-131-0/+24
* - Move inline_zend_hash_func() to header fileAndi Gutmans2001-07-111-12/+0
* - Merge faster hash implementation.Andi Gutmans2001-07-101-50/+40
* Fix segfault when using zend_hash_add_empty_elementSascha Schumann2001-05-191-1/+1