Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | It seems that making the NewAPIs.h header globally visible causes | Wez Furlong | 2003-12-22 | 1 | -5/+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. | ||||
* | MF4: add realpath function for win32 | Stanislav Malyshev | 2003-09-30 | 1 | -1/+2 |
| | |||||
* | Restore HEAD of TSRM to what it was two days ago. | Sebastian Bergmann | 2003-06-25 | 1 | -4/+5 |
| | |||||
* | bring head into sync with the php4 branch | James Cox | 2003-06-23 | 1 | -5/+4 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | is_executable() now available on win32 | Shane Caraveo | 2003-02-09 | 1 | -0/+1 |
| | | | | | 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 | -0/+1 |
| | |||||
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -4/+0 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | implement shm* similar functions | Daniel Beulshausen | 2001-08-07 | 1 | -8/+62 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+2 |
| | |||||
* | adopt shane's popen patch | Daniel Beulshausen | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | fix some popen trouble | Daniel Beulshausen | 2001-07-01 | 1 | -0/+1 |
| | |||||
* | get rid of MS's _popen/_pclose | Daniel Beulshausen | 2001-04-27 | 1 | -0/+53 |