summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.h
Commit message (Collapse)AuthorAgeFilesLines
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* It seems that making the NewAPIs.h header globally visible causesWez Furlong2003-12-221-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 Furlong2003-12-221-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 win32Stanislav Malyshev2003-09-301-1/+2
|
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-4/+5
|
* bring head into sync with the php4 branchJames Cox2003-06-231-5/+4
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* is_executable() now available on win32Shane Caraveo2003-02-091-0/+1
| | | | | stats can now get information provided by access()
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* windows is smart enough to provide a way to set cwd for new processes.Shane Caraveo2002-10-291-0/+1
|
* make win32 debug output more verboseHarald Radi2002-08-071-4/+0
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* implement shm* similar functionsDaniel Beulshausen2001-08-071-8/+62
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+2
|
* adopt shane's popen patchDaniel Beulshausen2001-07-091-1/+1
|
* fix some popen troubleDaniel Beulshausen2001-07-011-0/+1
|
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-271-0/+53