summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available ...Dmitry Stogov2021-03-101-2/+2
* Constify char * arguments of APIstwosee2020-06-081-2/+2
* Fix warning of strict-prototypestwosee2020-06-071-2/+2
* Fix [-Wundef] warning in TSRMGeorge Peter Banyard2020-05-201-7/+7
* Fix bogus check in TSRM and adjust TSRM_ASSERT macroGeorge Peter Banyard2020-05-181-3/+3
* Merge branch 'PHP-7.4'Joe Watkins2019-06-281-76/+43
|\
| * implement tsrm_is_shutdown APIJoe Watkins2019-06-281-76/+43
* | Attempt to fix JIT on Mac OSX ZTS buildDmitry Stogov2019-06-171-1/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-111-4/+4
|\ \ | |/
| * Make tsrm_env_lock() voidNikita Popov2019-04-111-4/+4
* | Added JIT compiler for x86 and x86_64Dmitry Stogov2019-04-011-0/+20
* | Merge branch 'PHP-7.4'Joe Watkins2019-03-291-1/+15
|\ \ | |/
| * tsrm environment lockJoe Watkins2019-03-291-1/+15
* | TSRM cleanup for PHP8Joe Watkins2019-03-251-144/+19
|/
* Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-27/+120
* Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-2/+2
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove HAVE_STDARG_HPeter Kokot2018-09-181-3/+0
* Add info about thread API usedAnatol Belski2017-12-211-0/+15
* Merge branch 'PHP-7.2'Anatol Belski2017-12-211-1/+7
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-211-1/+7
| |\
| | * Fix segfault. Compile param --with-tsrm-pth=yesEvgeny Kalashnikov2017-12-211-1/+7
* | | realloc() can return NULLAnatol Belski2017-10-231-2/+4
* | | Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-24/+0
* | | Remove old references to SAPIs and extensions no longer in the coreKalle Sommer Nielsen2017-07-191-22/+0
|/ /
* | vim folds and mode lines yetAnatol Belski2017-07-041-48/+57
* | export the main thread infoAnatol Belski2017-04-151-0/+5
* | Interned strings unification for TS/NTSAnatol Belski2017-03-041-4/+27
* | Remove Netware supportKalle Sommer Nielsen2016-11-121-12/+0
|/
* don't pass zero to malloc()Anatol Belski2015-03-101-1/+4
* trailing whitespace removalStanislav Malyshev2015-01-101-7/+7
* fix zts build on mac/clangFerenc Kovacs2014-12-211-1/+1
* removed the extra tsrm pointer passed to ctor/dtorAnatol Belski2014-12-161-7/+7
* explicit passing of *tsrm_ls isn't needed anymoreAnatol Belski2014-12-121-2/+2
* moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-0/+4
* reworked the patch, less new stuff but workyAnatol Belski2014-09-251-95/+52
* call ctor if it's not done yetAnatol Belski2014-09-241-1/+1
* fix indentAnatol Belski2014-09-231-20/+20
* basic windows fixAnatol Belski2014-09-221-4/+10
* vars with __declspec(thread) cannot use __declspec(dllexport)Anatol Belski2014-09-201-0/+4
* native tls initial patchkrakjoe2014-09-201-50/+88
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+16
* - Year++Felipe Pena2011-01-011-1/+1
* update copyrightIlia Alshanetsky2010-02-161-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: fix TSRM mutex return value inconsitencies (patch by Scott MacVicar)Antony Dovgal2008-02-071-8/+22
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #35988 (Unknown persistent list entry type in module shutdown)Dmitry Stogov2006-03-141-0/+46