summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - Clean a bit
* Support for SGI's State Threads. Will be used by PHP's thttpd SAPISascha Schumann2001-06-211-0/+5
| | | | | initially.
* Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppressSascha Schumann2000-12-021-4/+0
| | | | | defining PACKAGE/VERSION.
* 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
| | | | | | - text like in the PHP headers because we don't have it on the web yet but - it should be enough to allow Sascha to touch TSRM :)
* 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
| | | | | | | have a clear knowledge of what you're doing!
* 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
| | | | | multithreaded Win32!
* 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
| | | | | to suppress these from automake
* 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