summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.c
Commit message (Expand)AuthorAgeFilesLines
* fix TSRM mutex return value inconsitencies (patch by Scott MacVicar)Antony Dovgal2008-02-071-8/+22
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #35988 (Unknown persistent list entry type in module shutdown)Dmitry Stogov2006-03-141-0/+46
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* allocate_new_resource() handles the malloc() for us. Don't leak by mallocing...Sara Golemon2005-08-291-1/+0
* Netware pthreads support is good enough. So removing all these fixes of old t...Anantha Kesari H Y2005-07-161-18/+0
* Unterminated paren group in BETHREADS definition of tsrm_tls_set() macroSara Golemon2005-05-161-1/+1
* consolidate the various tls get/set calls for the different platforms intoWez Furlong2005-04-281-58/+23
* Add three new TSRM api functions:Wez Furlong2005-04-271-0/+90
* MergeZeev Suraski2005-03-201-2/+2
* NetWare has pthreads implementationAnantha Kesari H Y2005-02-211-22/+0
* Apply the fixMarcus Boerger2004-07-151-10/+0
* - Fix typo although it isn't being builtAndi Gutmans2004-05-231-1/+1
* - Once ts_free_id() will be used, we cannot call ctors for deleted idsMarcus Boerger2004-05-131-3/+10
* - More work on ts_free_id() but still keep it outMarcus Boerger2004-05-121-4/+11
* ifdef out the ts_free_id until php 5.1 and until it is completeMarcus Boerger2004-05-121-0/+4
* - Implement ts_free_id()Marcus Boerger2004-05-121-11/+32
* Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makesStanislav Malyshev2004-03-301-0/+8
* Removed doubled loop from wrongly applied patchMarcus Boerger2003-12-141-5/+0
* Fix from Michael Sisolak (destructors weren't always properly called)Zeev Suraski2003-12-141-1/+6
* Fixed bug #17414 (pthreads bug work around)Ilia Alshanetsky2003-08-051-0/+1
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-4/+44
* bring head into sync with the php4 branchJames Cox2003-06-231-44/+4
* Fix leaksZeev Suraski2003-01-071-0/+1
* call dtors on shutdownZeev Suraski2003-01-071-0/+3
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-021-4/+40
* - Fix TSRM_ERROR macroAndi Gutmans2002-11-051-1/+1
* - WhitspaceDerick Rethans2002-10-051-19/+19
* Add BeOS thread support to TSRM. This should not impact on any other OS'sDavid Reid2002-10-051-1/+25
* make win32 debug output more verboseHarald Radi2002-08-071-1/+0
* Basic NetWare changesVenkat Raghavan S2002-05-281-0/+15
* - Also cache TSRM lookups in thread local storage on Windows.Andi Gutmans2001-07-301-2/+14
* Save TSRMLS_FETCH()'sZeev Suraski2001-07-301-6/+6
* Fix release runtime :)Zeev Suraski2001-07-271-1/+6
* Fix release buildZeev Suraski2001-07-271-1/+1
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-271-47/+48
* Portable use of multiple arguments macro without generating lots ofSascha Schumann2001-07-231-17/+17
* Support for SGI's State Threads. Will be used by PHP's thttpd SAPISascha Schumann2001-06-211-2/+23
* - Commit test passedAndi Gutmans2001-04-271-1/+0
* - Testing commit scriptAndi Gutmans2001-04-271-0/+1
* - Fix some ws to be like the rest of TSRMAndi Gutmans2001-04-271-2/+2
* - WhitespaceAndi Gutmans2001-04-051-1/+1
* - Lock the whole thing for now in order not to have a race condition.Andi Gutmans2001-04-051-3/+0
* - Revert previous fix because dtor's which access thread local storageAndi Gutmans2001-04-041-7/+8
* - Fix race condition in ts_free_thread().Andi Gutmans2001-04-041-8/+7
* - Use tabs and not spaces !!!Andi Gutmans2001-04-041-24/+24
* - This can explain lots of instability on multi-threaded platforms!Andi Gutmans2001-04-041-1/+1
* Speedup for pthread implementation. We make use of thread local storageBen Mansell2001-03-061-13/+60
* Fix a TSRM bug (possibly fixing a sporadic crash in the timeout windowZeev Suraski2001-03-011-2/+2