Stanislav Malyshev
b415e3da5a
Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005
...
Fortunately, we don't need it here too badly.
2007-02-24 02:50:58 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Dmitry Stogov
91dc80ba9a
Removed dependency from SHELL32.DLL
2006-12-21 09:01:10 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
b711486feb
Bump up year
2005-08-03 13:28:14 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Wez Furlong
f936f2983d
It seems that making the NewAPIs.h header globally visible causes
...
problems when compiling the com_dotnet extension, so I'm moving
it to be visible only to the VCWD code.
Thanks Frank :-)
2003-12-22 22:30:50 +00:00
Wez Furlong
42ed91f94c
Fix bug #26692 ; Could not find GetLongPathNameA under NT4.
...
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.
2003-12-22 15:01:05 +00:00
Andi Gutmans
16002532b7
- Fix indentation
2003-12-01 20:18:55 +00:00
Stanislav Malyshev
1a773f17d3
MF4: add realpath function for win32
2003-09-30 09:48:53 +00:00
Sebastian Bergmann
60ffd0ea5d
Restore HEAD of TSRM to what it was two days ago.
2003-06-25 05:05:06 +00:00
James Cox
76f85107e2
bring head into sync with the php4 branch
2003-06-23 01:27:13 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Zeev Suraski
fb607799cc
More Win32 build improvements
2003-02-17 13:27:15 +00:00
Derick Rethans
f35f5f56c4
- Whitespace fixes
2003-02-09 12:15:05 +00:00
Shane Caraveo
5048f8c60e
is_executable() now available on win32
...
stats can now get information provided by access()
2003-02-09 03:49:43 +00:00
Sebastian Bergmann
2c5d4b8c23
Bump year.
2002-12-31 15:59:15 +00:00
Shane Caraveo
1f0523c85a
windows is smart enough to provide a way to set cwd for new processes.
2002-10-29 07:32:52 +00:00
Harald Radi
99c90db11a
make win32 debug output more verbose
2002-08-07 14:47:42 +00:00
Sebastian Bergmann
d863d52a5d
Update headers.
2001-12-11 15:16:21 +00:00
Daniel Beulshausen
a118a1e7b0
fix buffer size
2001-08-07 13:29:51 +00:00
Daniel Beulshausen
95d30927ab
implement shm* similar functions
2001-08-07 13:06:23 +00:00
Zeev Suraski
1f3faae352
Nukre most TSRMLS_FETCH()'s in TSRM
2001-08-05 01:34:40 +00:00
Zeev Suraski
633a1c30d1
Redesigned thread safety mechanism - nua nua
2001-07-28 10:46:11 +00:00
Zeev Suraski
736b4ae43d
- Prepare for optimization - use a single fetch for multiple resources
...
- Clean a bit
2001-07-27 10:08:26 +00:00
Daniel Beulshausen
223c0a2f7d
fix handle dup.
2001-07-11 15:10:56 +00:00
Daniel Beulshausen
112b9062ff
adopt shane's popen patch
2001-07-09 16:44:40 +00:00
Andi Gutmans
6f3f47eaa9
- Fix off by one error in allocating command line (by Shane)
2001-07-07 20:00:35 +00:00
Daniel Beulshausen
8934c1eb6a
fix some popen trouble
2001-07-01 20:08:21 +00:00
Andi Gutmans
a2dbc5babd
- Fix some ws to be like the rest of TSRM
2001-04-27 18:50:35 +00:00
Daniel Beulshausen
1b279d3477
get rid of MS's _popen/_pclose
2001-04-27 16:41:53 +00:00