Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | It seems that making the NewAPIs.h header globally visible causes | Wez Furlong | 2003-12-22 | 1 | -4/+0 | |
| | | | | | | | problems when compiling the com_dotnet extension, so I'm moving it to be visible only to the VCWD code. Thanks Frank :-) | |||||
* | Fix bug #26692; Could not find GetLongPathNameA under NT4. | Wez Furlong | 2003-12-22 | 1 | -0/+5 | |
| | | | | | | | | | This fix relies on you having the Platform SDK headers. Using the new build system, the NewAPIs.h header will be detected automatically, however, for people building using .dsp files, you will need to add /DHAVE_NEWAPIS_H=1 to the TSRM project if you have those newer headers. | |||||
* | - Fix indentation | Andi Gutmans | 2003-12-01 | 1 | -5/+6 | |
| | ||||||
* | MF4: add realpath function for win32 | Stanislav Malyshev | 2003-09-30 | 1 | -0/+9 | |
| | ||||||
* | Restore HEAD of TSRM to what it was two days ago. | Sebastian Bergmann | 2003-06-25 | 1 | -4/+19 | |
| | ||||||
* | bring head into sync with the php4 branch | James Cox | 2003-06-23 | 1 | -19/+4 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | More Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -0/+3 | |
| | ||||||
* | - Whitespace fixes | Derick Rethans | 2003-02-09 | 1 | -5/+6 | |
| | ||||||
* | is_executable() now available on win32 | Shane Caraveo | 2003-02-09 | 1 | -0/+11 | |
| | | | | | stats can now get information provided by access() | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | windows is smart enough to provide a way to set cwd for new processes. | Shane Caraveo | 2002-10-29 | 1 | -1/+6 | |
| | ||||||
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -2/+0 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | fix buffer size | Daniel Beulshausen | 2001-08-07 | 1 | -1/+1 | |
| | ||||||
* | implement shm* similar functions | Daniel Beulshausen | 2001-08-07 | 1 | -7/+176 | |
| | ||||||
* | Nukre most TSRMLS_FETCH()'s in TSRM | Zeev Suraski | 2001-08-05 | 1 | -6/+6 | |
| | ||||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+2 | |
| | ||||||
* | - Prepare for optimization - use a single fetch for multiple resources | Zeev Suraski | 2001-07-27 | 1 | -5/+5 | |
| | | | | | - Clean a bit | |||||
* | fix handle dup. | Daniel Beulshausen | 2001-07-11 | 1 | -2/+2 | |
| | ||||||
* | adopt shane's popen patch | Daniel Beulshausen | 2001-07-09 | 1 | -10/+13 | |
| | ||||||
* | - 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 | 1 | -2/+8 | |
| | ||||||
* | - Fix some ws to be like the rest of TSRM | Andi Gutmans | 2001-04-27 | 1 | -24/+29 | |
| | ||||||
* | get rid of MS's _popen/_pclose | Daniel Beulshausen | 2001-04-27 | 1 | -0/+176 | |