summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
...
* Fix release buildZeev Suraski2001-07-271-1/+1
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-274-60/+71
* Portable use of multiple arguments macro without generating lots ofSascha Schumann2001-07-231-17/+17
* Add a useful #defineZeev Suraski2001-07-161-0/+2
* fix handle dup.Daniel Beulshausen2001-07-111-2/+2
* adopt shane's popen patchDaniel Beulshausen2001-07-092-11/+14
* - Fix off by one error in allocating command line (by Shane)Andi Gutmans2001-07-071-2/+2
* fix some popen troubleDaniel Beulshausen2001-07-012-2/+9
* Fix UNC path handlingZeev Suraski2001-06-271-2/+2
* Support for SGI's State Threads. Will be used by PHP's thttpd SAPISascha Schumann2001-06-213-2/+54
* Update .dspZeev Suraski2001-05-091-0/+4
* Layout fixZeev Suraski2001-05-051-1/+2
* Fix missing statementZeev Suraski2001-05-051-0/+2
* Fix chdir() under Windows 9x/MEZeev Suraski2001-05-031-4/+8
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-40/+40
* - Commit test passedAndi Gutmans2001-04-271-1/+0
* - Testing commit scriptAndi Gutmans2001-04-271-0/+1
* - Fix some ws to be like the rest of TSRMAndi Gutmans2001-04-273-28/+33
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-274-5/+240
* - WhitespaceAndi Gutmans2001-04-051-1/+1
* - Lock the whole thing for now in order not to have a race condition.Andi Gutmans2001-04-051-3/+0
* - Revert previous fix because dtor's which access thread local storageAndi Gutmans2001-04-041-7/+8
* - Fix race condition in ts_free_thread().Andi Gutmans2001-04-041-8/+7
* - Use tabs and not spaces !!!Andi Gutmans2001-04-041-24/+24
* - This can explain lots of instability on multi-threaded platforms!Andi Gutmans2001-04-041-1/+1
* support unc style pathsDaniel Beulshausen2001-03-232-0/+5
* Speedup for pthread implementation. We make use of thread local storageBen Mansell2001-03-061-13/+60
* Fix a TSRM bug (possibly fixing a sporadic crash in the timeout windowZeev Suraski2001-03-011-2/+2
* - BeOS apparently doesn't have realpath(). Improve the previouslyAndi Gutmans2001-01-211-5/+1
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+4
* my mistake...freed in a different function.Shane Caraveo2001-01-081-2/+0
* be sure to unlock that mutex before returning!Shane Caraveo2001-01-081-0/+2
* Add Release_TSDbg to TSRM as wellZeev Suraski2001-01-071-0/+25
* Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppressSascha Schumann2000-12-022-5/+1
* - Thanks to "Daniel Beulshausen" <daniel@php4win.de>Andi Gutmans2000-11-222-3/+10
* Beef up debugging supportZeev Suraski2000-11-182-20/+48
* Import debug-level improvements to TSRM, by Dmitri DmitrienkoZeev Suraski2000-11-173-36/+55
* sizeof(size_t) != sizeof(int) on 64-bit platforms.Sascha Schumann2000-11-062-2/+2
* mode_t should be an unsigned_intZeev Suraski2000-10-311-1/+1
* - Add V_RENAME() by "Daniel Beulshausen" <daniel@php4win.de>.Andi Gutmans2000-10-262-0/+25
* - Move #define to .h fileAndi Gutmans2000-10-032-9/+8
* - Fix V_CHDIR_FILE()Andi Gutmans2000-10-031-1/+3
* - Add TODOAndi Gutmans2000-09-161-0/+2
* - Add config_common.h to dspAndi Gutmans2000-09-111-0/+4
* - Testing 1 2 3Andi Gutmans2000-09-111-0/+1
* - Testing 1 2 3Andi Gutmans2000-09-111-1/+0
* - Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get definedAndi Gutmans2000-09-073-7/+25
* - Get rid of build warning on WindowsAndi Gutmans2000-09-071-0/+4
* - Centralize some configuration stuffAndi Gutmans2000-09-065-24/+38
* - Added macrosAndi Gutmans2000-09-043-8/+67