summaryrefslogtreecommitdiff
path: root/Zend/zend_ts_hash.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* Faster sorting algoXinchen Hui2015-01-141-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* Fixed bug #68676 (Explicit Double Free)Kalle Sommer Nielsen2014-12-291-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-14/+14
* convert API for size_t where zend_string is used under the hoodAnatol Belski2014-10-281-3/+3
* Remove HASH_NEXT_INSERT flagNikita Popov2014-09-161-2/+2
* 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/+33
* Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-4/+4
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-72/+34
* 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/+7
* 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-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix #41134 (zend_ts_hash_clean not thread-safe)Antony Dovgal2007-05-111-2/+10
* 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-6/+6
* Improve trackingZeev Suraski2003-08-181-4/+5
* updating license information in the headers.James Cox2003-06-101-1/+1
* Reimplement PPP propertiesZeev Suraski2003-02-041-3/+3
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
* fix non-zts build for wezHarald Radi2003-01-301-3/+16
* freed reader twice instead of writer and readerHarald Radi2003-01-111-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* added TS_HASH macroHarald Radi2002-06-101-30/+30
* 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-2/+5
* added thread safe hashtable which allows concurrentHarald Radi2002-03-201-0/+339