| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'php4'.php4 | SVN Migration | 2001-10-03 | 22 | -2977/+0 |
| | | |||||
| * | Kill unnecessary quoting, and set host_alias to host, if only the latter | Sascha Schumann | 2001-09-19 | 1 | -24/+27 |
| | | | | | | is defined. | ||||
| * | nuke whitespace | Sascha Schumann | 2001-08-21 | 1 | -1/+1 |
| | | |||||
| * | Using TSRM no longer implies ZTS | Zeev Suraski | 2001-08-08 | 1 | -2/+0 |
| | | |||||
| * | fix buffer size | Daniel Beulshausen | 2001-08-07 | 1 | -1/+1 |
| | | |||||
| * | implement shm* similar functions | Daniel Beulshausen | 2001-08-07 | 2 | -15/+238 |
| | | |||||
| * | Nukre most TSRMLS_FETCH()'s in TSRM | Zeev Suraski | 2001-08-05 | 3 | -99/+88 |
| | | |||||
| * | this kills 90% of the warings in maintainer-mode | Thies C. Arntzen | 2001-08-02 | 1 | -1/+1 |
| | | |||||
| * | - Also cache TSRM lookups in thread local storage on Windows. | Andi Gutmans | 2001-07-30 | 1 | -2/+14 |
| | | |||||
| * | Save TSRMLS_FETCH()'s | Zeev Suraski | 2001-07-30 | 2 | -8/+13 |
| | | |||||
| * | Make Sebastian happy... | Zeev Suraski | 2001-07-28 | 1 | -4/+3 |
| | | |||||
| * | another build fix, a simple UNIX build now compiles clean | Zeev Suraski | 2001-07-28 | 1 | -2/+0 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 5 | -50/+41 |
| | | |||||
| * | Fix build | Sascha Schumann | 2001-07-28 | 2 | -2/+8 |
| | | |||||
| * | Fix release runtime :) | Zeev Suraski | 2001-07-27 | 1 | -1/+6 |
| | | |||||
| * | Fix release build | Zeev Suraski | 2001-07-27 | 1 | -1/+1 |
| | | |||||
| * | - Prepare for optimization - use a single fetch for multiple resources | Zeev Suraski | 2001-07-27 | 4 | -60/+71 |
| | | | | | | - Clean a bit | ||||
| * | Portable use of multiple arguments macro without generating lots of | Sascha Schumann | 2001-07-23 | 1 | -17/+17 |
| | | | | | | warnings when doing nothing. | ||||
| * | Add a useful #define | Zeev Suraski | 2001-07-16 | 1 | -0/+2 |
| | | |||||
| * | fix handle dup. | Daniel Beulshausen | 2001-07-11 | 1 | -2/+2 |
| | | |||||
| * | adopt shane's popen patch | Daniel Beulshausen | 2001-07-09 | 2 | -11/+14 |
| | | |||||
| * | - Fix off by one error in allocating command line (by Shane) | Andi Gutmans | 2001-07-07 | 1 | -2/+2 |
| | | |||||
| * | fix some popen trouble | Daniel Beulshausen | 2001-07-01 | 2 | -2/+9 |
| | | |||||
| * | Fix UNC path handling | Zeev Suraski | 2001-06-27 | 1 | -2/+2 |
| | | |||||
| * | Support for SGI's State Threads. Will be used by PHP's thttpd SAPI | Sascha Schumann | 2001-06-21 | 3 | -2/+54 |
| | | | | | | initially. | ||||
| * | Update .dsp | Zeev Suraski | 2001-05-09 | 1 | -0/+4 |
| | | |||||
| * | Layout fix | Zeev Suraski | 2001-05-05 | 1 | -1/+2 |
| | | |||||
| * | Fix missing statement | Zeev Suraski | 2001-05-05 | 1 | -0/+2 |
| | | |||||
| * | Fix chdir() under Windows 9x/ME | Zeev Suraski | 2001-05-03 | 1 | -4/+8 |
| | | |||||
| * | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -40/+40 |
| | | |||||
| * | - Commit test passed | Andi Gutmans | 2001-04-27 | 1 | -1/+0 |
| | | |||||
| * | - Testing commit script | Andi Gutmans | 2001-04-27 | 1 | -0/+1 |
| | | |||||
| * | - Fix some ws to be like the rest of TSRM | Andi Gutmans | 2001-04-27 | 3 | -28/+33 |
| | | |||||
| * | get rid of MS's _popen/_pclose | Daniel Beulshausen | 2001-04-27 | 4 | -5/+240 |
| | | |||||
| * | - Whitespace | Andi Gutmans | 2001-04-05 | 1 | -1/+1 |
| | | |||||
| * | - Lock the whole thing for now in order not to have a race condition. | Andi Gutmans | 2001-04-05 | 1 | -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 storage | Andi Gutmans | 2001-04-04 | 1 | -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 Gutmans | 2001-04-04 | 1 | -8/+7 |
| | | |||||
| * | - Use tabs and not spaces !!! | Andi Gutmans | 2001-04-04 | 1 | -24/+24 |
| | | |||||
| * | - This can explain lots of instability on multi-threaded platforms! | Andi Gutmans | 2001-04-04 | 1 | -1/+1 |
| | | |||||
| * | support unc style paths | Daniel Beulshausen | 2001-03-23 | 2 | -0/+5 |
| | | |||||
| * | Speedup for pthread implementation. We make use of thread local storage | Ben Mansell | 2001-03-06 | 1 | -13/+60 |
| | | | | | | | | to allow access to the current thread's resources without having to obtain the memory mutex and traverse our hash table. This is a big performance win! | ||||
| * | Fix a TSRM bug (possibly fixing a sporadic crash in the timeout window | Zeev Suraski | 2001-03-01 | 1 | -2/+2 |
| | | | | | | under Windows) - fix from Ben Mansell | ||||
| * | - BeOS apparently doesn't have realpath(). Improve the previously | Andi Gutmans | 2001-01-21 | 1 | -5/+1 |
| | | | | | | commited patch. | ||||
| * | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 1 | -0/+4 |
| | | | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | ||||
| * | my mistake...freed in a different function. | Shane Caraveo | 2001-01-08 | 1 | -2/+0 |
| | | |||||
| * | be sure to unlock that mutex before returning! | Shane Caraveo | 2001-01-08 | 1 | -0/+2 |
| | | |||||
| * | Add Release_TSDbg to TSRM as well | Zeev Suraski | 2001-01-07 | 1 | -0/+25 |
| | | |||||
| * | Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress | Sascha Schumann | 2000-12-02 | 2 | -5/+1 |
| | | | | | | defining PACKAGE/VERSION. | ||||
| * | - Thanks to "Daniel Beulshausen" <daniel@php4win.de> | Andi Gutmans | 2000-11-22 | 2 | -3/+10 |
| | | |||||
