summaryrefslogtreecommitdiff
path: root/TSRM/tsrm.m4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Peter Kokot2019-07-011-8/+0
|\
| * Remove TSRM_BASIC_CHECKSPeter Kokot2019-07-011-8/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-06-301-2/+0
|\ \ | |/
| * Sync functions checksPeter Kokot2019-06-301-2/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+8
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-9/+20
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-231-5/+0
|\ \ | |/
| * Move Autoconf Archive macros to a common m4 dirPeter Kokot2019-04-231-6/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-231-2/+0
|\ \ | |/
| * Remove sinclude from tsrm.m4Peter Kokot2019-04-231-2/+0
* | TSRM cleanup for PHP8Joe Watkins2019-03-251-70/+0
|/
* Clean *nix build systemPeter Kokot2019-03-071-1/+0
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-21/+17
* Remove AC_PROG_CC_C_OPeter Kokot2019-03-031-1/+0
* Remove HAVE_STDARG_HPeter Kokot2018-09-181-2/+0
* Remove TSRM_CHECK_GCC_ARG and LIBZEND_CPLUSPLUS_CHECKSPeter Kokot2018-07-311-22/+0
* Upgrade AX_FUNC_WHICH_GETHOSTBYNAME_R to serial 8Peter Kokot2018-07-291-1/+1
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-3/+3
* Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-11/+7
* fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-311-1/+3
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+2
* 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
* 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
* - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to checkAndi Gutmans2000-09-021-1/+1
* 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
* 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
* 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
* 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