summaryrefslogtreecommitdiff
path: root/Zend/zend_ts_hash.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Removed unused "pHashFunction" argument in _zend_hash_init() and family ↵Dmitry Stogov2013-11-281-4/+4
| | | | (must be 99% source compatible)
* 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
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* 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
reads but only exclusive writes