summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* It seems that making the NewAPIs.h header globally visible causesWez Furlong2003-12-221-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 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.
* - Fix indentationAndi Gutmans2003-12-011-5/+6
|
* MF4: add realpath function for win32Stanislav Malyshev2003-09-301-0/+9
|
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-4/+19
|
* bring head into sync with the php4 branchJames Cox2003-06-231-19/+4
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* More Win32 build improvementsZeev Suraski2003-02-171-0/+3
|
* - Whitespace fixesDerick Rethans2003-02-091-5/+6
|
* is_executable() now available on win32Shane Caraveo2003-02-091-0/+11
| | | | | 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-1/+6
|
* make win32 debug output more verboseHarald Radi2002-08-071-2/+0
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* fix buffer sizeDaniel Beulshausen2001-08-071-1/+1
|
* implement shm* similar functionsDaniel Beulshausen2001-08-071-7/+176
|
* Nukre most TSRMLS_FETCH()'s in TSRMZeev Suraski2001-08-051-6/+6
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+2
|
* - Prepare for optimization - use a single fetch for multiple resourcesZeev Suraski2001-07-271-5/+5
| | | | | - Clean a bit
* fix handle dup.Daniel Beulshausen2001-07-111-2/+2
|
* adopt shane's popen patchDaniel Beulshausen2001-07-091-10/+13
|
* - Fix off by one error in allocating command line (by Shane)Andi Gutmans2001-07-071-2/+2
|
* fix some popen troubleDaniel Beulshausen2001-07-011-2/+8
|
* - Fix some ws to be like the rest of TSRMAndi Gutmans2001-04-271-24/+29
|
* get rid of MS's _popen/_pcloseDaniel Beulshausen2001-04-271-0/+176