summaryrefslogtreecommitdiff
path: root/Zend/zend_ts_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* API cleanup.Dmitry Stogov2018-07-231-17/+6
* Replace unused generic zend_hash_*add_or_update() functions by compact implme...Dmitry Stogov2018-05-291-6/+4
* year++Xinchen Hui2018-01-021-1/+1
* Refactored recursion pretectionDmitry Stogov2017-10-061-2/+1
* Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-4/+4
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-7/+7
* convert API for size_t where zend_string is used under the hoodAnatol Belski2014-10-281-6/+6
* Changed "inline" into "zend_always_inline"Dmitry Stogov2014-09-181-3/+3
* Remove HASH_NEXT_INSERT flagNikita Popov2014-09-161-3/+3
* master renames phase 2Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-4/+4
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-4/+4
* Implemented ext/com_dotnet support for phpngDmitry Stogov2014-08-111-0/+35
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-37/+23
* Bump yearXinchen Hui2014-01-031-1/+1
* Removed unused "pHashFunction" argument in _zend_hash_init() and family (must...Dmitry Stogov2013-11-281-4/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: add zend_ts_hash_copy_to_hash()Antony Dovgal2009-01-091-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Improve trackingZeev Suraski2003-08-181-9/+9
* Improve trackingZeev Suraski2003-08-181-2/+8
* updating license information in the headers.James Cox2003-06-101-1/+1
* Reimplement PPP propertiesZeev Suraski2003-02-041-1/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
* fix non-zts build for wezHarald Radi2003-01-301-5/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* added TS_HASH macroHarald Radi2002-06-101-0/+2
* some type cleanup workHarald Radi2002-04-231-2/+2
* - Fix build without ZTS. If someone has a nicer fix let me know.Andi Gutmans2002-03-231-0/+4
* added thread safe hashtable which allows concurrentHarald Radi2002-03-201-0/+115