summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compile failure with GCC 4.0.xfoobar2005-08-051-1/+1
* Add three new TSRM api functions:Wez Furlong2005-04-271-0/+6
* Revert bad fixfoobar2005-03-171-1/+1
* Fix Jani breakageRasmus Lerdorf2005-03-161-1/+1
* NetWare can use the tsrm_config.hAnantha Kesari H Y2005-02-211-1/+1
* NetWare has a compliant pthread implementationAnantha Kesari H Y2005-02-011-14/+0
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* Explicitly include this header for SHFILEINFO.Wez Furlong2003-12-031-0/+1
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-0/+15
* bring head into sync with the php4 branchJames Cox2003-06-231-15/+0
* - Fix non-ZTS build after Sterling's changes to TSRMDerick Rethans2003-04-281-1/+4
* add TSRMLS_FETCH_CTX which allows you to map a variable to a ts context.Sterling Hughes2003-04-271-0/+1
* More Win32 build improvementsZeev Suraski2003-02-171-0/+3
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-021-0/+8
* Add BeOS thread support to TSRM. This should not impact on any other OS'sDavid Reid2002-10-051-0/+10
* make win32 debug output more verboseHarald Radi2002-08-071-0/+1
* Change to build on NetWare: TSRM_CONFIG.H not requiredVenkat Raghavan S2002-05-291-1/+2
* Basic NetWare changesVenkat Raghavan S2002-05-281-0/+6
* Fix check.. tsrm_config.h exists on all platforms but Win32.Sascha Schumann2002-03-071-1/+1
* this kills 90% of the warings in maintainer-modeThies C. Arntzen2001-08-021-1/+1
* Save TSRMLS_FETCH()'sZeev Suraski2001-07-301-2/+7
* Make Sebastian happy...Zeev Suraski2001-07-281-4/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-15/+15
* Fix buildSascha Schumann2001-07-281-0/+8
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-271-3/+13
* Support for SGI's State Threads. Will be used by PHP's thttpd SAPISascha Schumann2001-06-211-0/+5
* Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppressSascha Schumann2000-12-021-4/+0
* Beef up debugging supportZeev Suraski2000-11-181-3/+5
* Import debug-level improvements to TSRM, by Dmitri DmitrienkoZeev Suraski2000-11-171-2/+4
* - Revert change of defining TSRM_WIN32 in dspAndi Gutmans2000-09-021-0/+4
* - Use TSRM_WIN32Andi Gutmans2000-09-021-3/+3
* - 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-8/+4
* Identifiers that begin with underscore are reserved for the implementation.Sascha Schumann2000-07-021-3/+3
* Make it possible to access other threads' local storage. Only use it if you ...Zeev Suraski2000-06-161-1/+2
* THREAD_T refers to thread ids, not attributesSascha Schumann1999-12-301-1/+1
* Use Critical Sections under Win32 - shows roughly 40% performance increase underZeev Suraski1999-12-201-1/+1
* Fix leak in pthreads, and add initial support for GNU PthSascha Schumann1999-12-051-0/+5
* Add ts_allocate_dtor, use ts_allocate_[cd]tor where appropiate.Sascha Schumann1999-12-051-3/+4
* Explicit casts to ulong. Some compiler don't like pointers in %Sascha Schumann1999-10-051-1/+1
* Use libtool.Sascha Schumann1999-10-041-1/+2
* Do not let PACKAGE/VERSION escape from tsrm_config.h.Sascha Schumann1999-09-261-0/+2
* Undefine previously PACKAVE/VERSION macros. We should find a waySascha Schumann1999-09-261-0/+2
* Add new-thread handlersZeev Suraski1999-08-141-20/+22
* - export patchAndi Gutmans1999-04-281-2/+12
* FixesZeev Suraski1999-04-241-1/+1
* set up automakeStig S. Bakken1999-04-241-2/+2
* *** empty log message ***Zeev Suraski1999-04-241-2/+10
* LicenseZeev Suraski1999-04-231-0/+16
* Thread Safe Resource ManagerZeev Suraski1999-04-201-0/+63