summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Implement zend_hash_add_empty_element() using the existing infrastructureZeev Suraski2001-05-161-8/+9
* Initialize empty pDataPtr to a pseudo value to prevent a pefree onSascha Schumann2001-05-141-0/+1
* Some extensions don't associate any data with hash entries,Sascha Schumann2001-05-111-0/+7
* include limits.h if availableZeev Suraski2001-04-281-4/+0
* - More whitespace fixes while I'm at it.Andi Gutmans2001-04-271-1/+1
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Allow get_current_key() not to return the key itself, instead of a duplicateZeev Suraski2000-12-221-4/+5
* @* Fixed a possible crash in get_class_methods() (Zeev)Zeev Suraski2000-12-221-2/+4
* INIT_DATA/UPDATE_DATA assumed that pData elements of the size of a voidSascha Schumann2000-12-061-2/+2
* Don't use 'new' symbolAndi Gutmans2000-10-111-1/+1
* Add zend_hash_merge_ex(), for selective mergingZeev Suraski2000-10-111-0/+32
* - Another has optimization/fix like the hash_copy one from earlier onAndi Gutmans2000-09-281-3/+2
* Make hash_copy call copy constructor on a real copy, not on a tempStanislav Malyshev2000-09-281-6/+6
* This is probably the oldest bug in PHP :)Zeev Suraski2000-07-181-2/+2
* Disable the hash_apply() protection on hashes that persist across requests - ...Zeev Suraski2000-07-111-8/+28
* Avoid crashing with recursive applies - limit apply nest level to 3 (I'm not ...Zeev Suraski2000-06-171-2/+20
* - Support unordered hash comparisonsZeev Suraski2000-06-041-17/+39
* Support comparisons of arrays (with arrays) and objects (with objects)Zeev Suraski2000-06-031-0/+43
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-031-14/+18
* Change zend_hash_get_current_key_ex() to also return the string lengthZeev Suraski2000-05-021-1/+4
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-241-4/+4
* Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.Andrei Zmievski2000-03-151-12/+16
* Introduced a way to traverse hashes through external pointers.Andrei Zmievski2000-03-131-14/+30
* It's official now...Zeev Suraski2000-03-061-3/+3
* (c) patchZeev Suraski2000-02-191-1/+1
* - Fix a nasty bug in the hash, introduced in the recent migration to macrosZeev Suraski2000-02-191-2/+2
* - Save a function call one very hash_addAndi Gutmans2000-02-131-7/+11