summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.h
Commit message (Expand)AuthorAgeFilesLines
...
* make the TSRM macros depend no the macroed cache nameAnatol Belski2014-12-161-4/+4
* removed the extra tsrm pointer passed to ctor/dtorAnatol Belski2014-12-161-2/+2
* explicit passing of *tsrm_ls isn't needed anymoreAnatol Belski2014-12-121-2/+2
* TSRMLS_D should be void, thanks DmitryAnatol Belski2014-12-111-1/+1
* default tsrmls cache to NULLAnatol Belski2014-11-191-1/+1
* moved most of the core to use static tsrm ls cache pointerAnatol Belski2014-10-151-1/+3
* TSRMLS_FETCH() is a spent forceAnatol Belski2014-10-151-1/+1
* linux compat for the static tsrm ls cache pointerAnatol Belski2014-10-021-1/+1
* using pointer to the tsrm ls cache instead of a function callAnatol Belski2014-10-011-1/+14
* prepare some macros to use tsrm cache as pointerAnatol Belski2014-09-301-0/+7
* revert the local speedup approachAnatol Belski2014-10-011-7/+4
* approach local pointers in performance sensitive areaskrakjoe2014-09-271-4/+7
* reworked the patch, less new stuff but workyAnatol Belski2014-09-251-83/+20
* define explicit export/impot specAnatol Belski2014-09-231-1/+4
* basic windows fixAnatol Belski2014-09-221-10/+22
* vars with __declspec(thread) cannot use __declspec(dllexport)Anatol Belski2014-09-201-0/+4
* native tls initial patchkrakjoe2014-09-201-19/+65
* correct type for the thread idAnatol Belski2014-09-181-1/+1
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-1/+1
* Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals)Ilia Alshanetsky2011-06-021-0/+7
* - 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
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* typoDmitry Stogov2007-04-171-2/+2
* WIN64 supportDmitry Stogov2007-04-161-0/+8
* MFHAntony Dovgal2007-02-151-6/+3
* 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/+3
* - Update to 2006Andi Gutmans2006-01-041-1/+1
* Fix compile failure with GCC 4.0.xfoobar2005-08-051-1/+1
* Add three new TSRM api functions:Wez Furlong2005-04-271-0/+6
* Revert bad fixfoobar2005-03-171-1/+1
* Fix Jani breakageRasmus Lerdorf2005-03-161-1/+1
* NetWare can use the tsrm_config.hAnantha Kesari H Y2005-02-211-1/+1
* NetWare has a compliant pthread implementationAnantha Kesari H Y2005-02-011-14/+0
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* Explicitly include this header for SHFILEINFO.Wez Furlong2003-12-031-0/+1
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-0/+15
* bring head into sync with the php4 branchJames Cox2003-06-231-15/+0
* - Fix non-ZTS build after Sterling's changes to TSRMDerick Rethans2003-04-281-1/+4
* add TSRMLS_FETCH_CTX which allows you to map a variable to a ts context.Sterling Hughes2003-04-271-0/+1
* More Win32 build improvementsZeev Suraski2003-02-171-0/+3
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-021-0/+8
* Add BeOS thread support to TSRM. This should not impact on any other OS'sDavid Reid2002-10-051-0/+10
* make win32 debug output more verboseHarald Radi2002-08-071-0/+1
* Change to build on NetWare: TSRM_CONFIG.H not requiredVenkat Raghavan S2002-05-291-1/+2
* Basic NetWare changesVenkat Raghavan S2002-05-281-0/+6
* Fix check.. tsrm_config.h exists on all platforms but Win32.Sascha Schumann2002-03-071-1/+1