summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Collapse)AuthorAgeFilesLines
* Changes to build TSRM on NetWareVenkat Raghavan S2002-05-296-44/+449
|
* Change to build on NetWare: TSRM_CONFIG.H not requiredVenkat Raghavan S2002-05-291-1/+2
|
* Basic NetWare changesVenkat Raghavan S2002-05-282-0/+21
|
* fixed directory access problem when direcory name is encoded in japanese ↵Rui Hirokawa2002-04-252-1/+5
| | | | Shift_JIS encoding.
* fixed problem when multibyte character is included in file path on Windows. ↵Rui Hirokawa2002-04-211-1/+2
| | | | If _MBCS is defined, _tcstok is defined as _mbstrtok which is multibyte enabled strtok. If _MBCS is not defined, _tcstok is defined as strtok.
* Fix check.. tsrm_config.h exists on all platforms but Win32.Sascha Schumann2002-03-071-1/+1
|
* Update headers.Sebastian Bergmann2001-12-114-8/+8
|
* This was needed afterall. Without this Apache segfaulted when accessing PHP ↵foobar2001-12-091-2/+13
| | | | scripts.
* Undo (per Jani's request)Zeev Suraski2001-12-091-13/+2
|
* Jani's AIX fixesSterling Hughes2001-12-071-2/+13
|
* Fix bug 13143Zeev Suraski2001-11-171-1/+1
|
* - RISC OS patches by Alex WaughAndi Gutmans2001-11-031-1/+7
|
* Kill unnecessary quoting, and set host_alias to host, if only the latterSascha Schumann2001-09-191-24/+27
| | | | | is defined.
* nuke whitespaceSascha Schumann2001-08-211-1/+1
|
* Using TSRM no longer implies ZTSZeev Suraski2001-08-081-2/+0
|
* fix buffer sizeDaniel Beulshausen2001-08-071-1/+1
|
* implement shm* similar functionsDaniel Beulshausen2001-08-072-15/+238
|
* Nukre most TSRMLS_FETCH()'s in TSRMZeev Suraski2001-08-053-99/+88
|
* this kills 90% of the warings in maintainer-modeThies C. Arntzen2001-08-021-1/+1
|
* - Also cache TSRM lookups in thread local storage on Windows.Andi Gutmans2001-07-301-2/+14
|
* Save TSRMLS_FETCH()'sZeev Suraski2001-07-302-8/+13
|
* Make Sebastian happy...Zeev Suraski2001-07-281-4/+3
|
* another build fix, a simple UNIX build now compiles cleanZeev Suraski2001-07-281-2/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-285-50/+41
|
* Fix buildSascha Schumann2001-07-282-2/+8
|
* Fix release runtime :)Zeev Suraski2001-07-271-1/+6
|
* Fix release buildZeev Suraski2001-07-271-1/+1
|
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-274-60/+71
| | | | | - Clean a bit
* Portable use of multiple arguments macro without generating lots ofSascha Schumann2001-07-231-17/+17
| | | | | warnings when doing nothing.
* 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
| | | | | initially.
* 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
| | | | | | | It shouldn't effect performance too much because usually threads are reused a few times before they are nuked by the web server, at least under IIS and Zeus.
* - Revert previous fix because dtor's which access thread local storageAndi Gutmans2001-04-041-7/+8
| | | | | | | might stop working. Need to fix this! We can either mutex the whole thing which is slow (this is how it was before the race condition was introduced) or find a different solution.
* - Fix race condition in ts_free_thread().Andi Gutmans2001-04-041-8/+7
|
* - Use tabs and not spaces !!!Andi Gutmans2001-04-041-24/+24
|