summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available ...Dmitry Stogov2021-03-101-1/+1
* Constify char * arguments of APIstwosee2020-06-081-2/+2
* Fix warning of strict-prototypestwosee2020-06-071-2/+2
* Make MSVC happy againChristoph M. Becker2019-09-201-1/+5
* Optimize access to thread local cache.Dmitry Stogov2019-09-181-2/+10
* Merge branch 'PHP-7.4'Peter Kokot2019-07-101-1/+1
|\
| * Remove TSRM/tsrm_config.w32.hPeter Kokot2019-07-101-1/+1
| * Remove some old BeOS artefactsPeter Kokot2019-07-021-3/+0
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-281-3/+1
|\ \ | |/
| * implement tsrm_is_shutdown APIJoe Watkins2019-06-281-3/+1
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-111-7/+3
|\ \ | |/
| * This reverts 0e5d4ea55554872fe72e5d984b73fc21abc561fe to fix the build on MacOSXJoe Watkins2019-06-111-7/+3
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-041-6/+0
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-06-041-6/+0
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-041-6/+0
| | |\
| | | * Reload tsrmls_id in release builds as wellNikita Popov2019-06-041-6/+0
| | * | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-291-1/+1
|\ \ \ \ | |/ / /
| * | | Remove TSRM configuration headerPeter Kokot2019-04-291-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-111-4/+4
|\ \ \ \ | |/ / /
| * | | Make tsrm_env_lock() voidNikita Popov2019-04-111-4/+4
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-071-2/+0
|\ \ \ \ | |/ / /
| * | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-2/+0
* | | | Added JIT compiler for x86 and x86_64Dmitry Stogov2019-04-011-0/+1
* | | | Merge branch 'PHP-7.4'Joe Watkins2019-03-291-0/+7
|\ \ \ \ | |/ / /
| * | | tsrm environment lockJoe Watkins2019-03-291-0/+7
* | | | TSRM cleanup for PHP8Joe Watkins2019-03-251-42/+2
|/ / /
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-0/+16
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
|/ /
* | Merge branch 'PHP-7.2'Xinchen Hui2017-12-271-0/+2
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-12-271-0/+2
| |\
| | * Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry)Xinchen Hui2017-12-271-0/+2
* | | Add info about thread API usedAnatol Belski2017-12-211-0/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2017-11-151-3/+7
|\ \ \ | |/ /
| * | Fix C++ compatibility for TSRM_TLSAnatol Belski2017-11-151-3/+7
* | | Removed support for BeOS, development for BeOS was supported 17 years ago.Kalle Sommer Nielsen2017-08-291-7/+0
* | | Remove old references to SAPIs and extensions no longer in the coreKalle Sommer Nielsen2017-07-191-6/+0
|/ /
* | vim folds and mode lines yetAnatol Belski2017-07-041-0/+9
* | export the main thread infoAnatol Belski2017-04-151-0/+1
* | Interned strings unification for TS/NTSAnatol Belski2017-03-041-0/+2
|/
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-2/+2
* TSRM_TLS should be usable in NTS buildAnatol Belski2015-08-171-0/+2
* add macro to access globals as wholeAnatol Belski2015-07-301-2/+4
* improve debugability in TS debug buildsAnatol Belski2015-02-171-0/+4
* made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-6/+6
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
* missed include for intptr_t/uintptr_tAnatol Belski2014-12-221-0/+2
* use cleaner tsrm_intptr_t/tsrm_uintptr_t typedefAnatol Belski2014-12-221-7/+2
* fix zts build on mac/clangFerenc Kovacs2014-12-211-1/+1