summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-13/+13
* Fixed bug #44100 (Inconsistent handling of static array declarations with dup...Dmitry Stogov2008-08-011-6/+10
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-2/+2
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+3
* MFH: rename macrosAntony Dovgal2008-01-151-6/+6
* 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-20/+20
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-0/+8
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - 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/+6
* 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/+3
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* changed ulong to long to avoid compiler warnings (comparison between signed a...Georg Richter2003-09-251-1/+1
* Improve trackingZeev Suraski2003-08-181-10/+13
* Bugfix 21918Marcus Boerger2003-08-111-4/+14
* Go back to ZE1-like codeZeev Suraski2003-07-231-30/+34
* Fix for the momentMarcus Boerger2003-07-221-4/+4
* Improve infrastructure of numeric handling of elements in symbol tables.Zeev Suraski2003-07-221-0/+50
* Make it a macroMarcus Boerger2003-07-201-1/+2
* Add missing function to ease implementationsMarcus Boerger2003-07-191-0/+3
* updating license information in the headers.James Cox2003-06-101-1/+1
* Fix prototype (may have caused stack corruption)Zeev Suraski2003-02-061-1/+1
* Add quick_exists()Zeev Suraski2003-02-051-0/+1
* Reimplement PPP propertiesZeev Suraski2003-02-041-8/+12
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Implement public/protected/private methods.Zeev Suraski2002-12-061-0/+1
* Add tracking for hashtable allocationZeev Suraski2002-09-171-2/+4
* - This should improve performance on WindowsAndi Gutmans2002-06-081-1/+3
* - Add a loop unrolled version of the hash function and a bit of anAndi Gutmans2002-06-081-7/+57
* 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/+1
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* MFZE1Sebastian Bergmann2001-09-191-4/+4
* MFZE1Zeev Suraski2001-08-201-1/+1
* WhitespaceZeev Suraski2001-08-111-19/+19
* Avoid going over huge lists of functions, classes and constants.Zeev Suraski2001-08-021-1/+12
* Some cleanupZeev Suraski2001-08-021-4/+2
* TSRMLS fixesZeev Suraski2001-08-021-1/+1
* More TSRMLS_FETCH workZeev Suraski2001-07-311-3/+3
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-1/+1
* Minor cleaningZeev Suraski2001-07-151-4/+1
* the resource-lists are now destroyed backwards. this will make sure thatThies C. Arntzen2001-07-131-0/+1
* - Move inline_zend_hash_func() to header fileAndi Gutmans2001-07-111-1/+12
* No hashpjw anymore, but we have zend_hash_funcStanislav Malyshev2001-07-111-1/+2
* - Merge faster hash implementation.Andi Gutmans2001-07-101-3/+2
* Implement zend_hash_add_empty_element() using the existing infrastructureZeev Suraski2001-05-161-0/+2