summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
Commit message (Collapse)AuthorAgeFilesLines
* Zend Signal HandlingIlia Alshanetsky2011-06-221-0/+2
|
* MFH: fix separate TSRM buildAntony Dovgal2006-08-221-1/+0
|
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-6/+6
|
* Aligned configure help texts.foobar2003-10-031-2/+3
|
* Add BeOS thread support to TSRM. This should not impact on any other OS'sDavid Reid2002-10-051-8/+12
| | | | | | | | but allows us to build PHP with threading support and therefore we can build as an Apache 2 module. The locking is currently done using benaphores but this may be reviewed.
* nuke whitespaceSascha Schumann2001-08-211-1/+1
|
* Support for SGI's State Threads. Will be used by PHP's thttpd SAPISascha Schumann2001-06-211-0/+26
| | | | | initially.
* - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to checkAndi Gutmans2000-09-021-1/+1
| | | | | for threads
* Move the sincludes outside of AC_DEFUN(), so PHP can use the macrosSascha Schumann2000-03-071-3/+2
|
* Use improved POSIX threads check from threads.m4Sascha Schumann2000-03-071-21/+7
| | | | | This is shared between some projects (currently Apache 2.0, mhash, mcrypt)
* Rewrite TSRM_CHECK_GCC_ARG to cache its resultSascha Schumann1999-12-301-12/+21
|
* Let check succeed on systems which don't need special flags for pthreads.Sascha Schumann1999-12-301-4/+4
| | | | | Also change the message to be more informative.
* Save a few lines while checking for -pthread[s]?Sascha Schumann1999-12-271-12/+6
|
* Put -pthreads? into CFLAGS; libtool still filters it out during sharedSascha Schumann1999-12-241-4/+4
| | | | | library linking; need to find a way to prevent that.
* Improved check for GCC's -pthread and -pthreads flagSascha Schumann1999-12-221-4/+29
|
* Enable TSRM to use PthSascha Schumann1999-12-211-1/+53
|
* Improve Pthreads checkSascha Schumann1999-12-211-4/+12
|
* Move config code into separate fileSascha Schumann1999-12-171-0/+25