summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* my mistake...freed in a different function.Shane Caraveo2001-01-081-2/+0
* be sure to unlock that mutex before returning!Shane Caraveo2001-01-081-0/+2
* Beef up debugging supportZeev Suraski2000-11-181-17/+43
* Import debug-level improvements to TSRM, by Dmitri DmitrienkoZeev Suraski2000-11-171-31/+48
* - Use TSRM_WIN32Andi Gutmans2000-09-021-5/+5
* - Support for always building TSRM into PHPAndi Gutmans2000-08-311-0/+5
* - Change license of .c and .h files of TSRM. It's still not the completeAndi Gutmans2000-08-311-7/+4
* - Export ts_resource_ex in order to succesfully build Windows versionAndi Gutmans2000-06-171-1/+1
* Make it possible to access other threads' local storage. Only use it if you ...Zeev Suraski2000-06-161-2/+7
* Make TSRM compile again. ZTS is defined by a header file included inSascha Schumann2000-06-061-4/+0
* - Only compile if building a thread safe versionAndi Gutmans2000-06-041-0/+3
* Use Critical Sections under Win32 - shows roughly 40% performance increase underZeev Suraski1999-12-201-4/+7