Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Windows ACL cache support, update existing tests and add a new one | Pierre Joye | 2009-06-16 | 1 | -12/+73 |
| | |||||
* | - #48535, file_exists returns false when impersonate is used | Pierre Joye | 2009-06-15 | 1 | -19/+17 |
| | |||||
* | - missing include | Pierre Joye | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | #41874, separate STDOUT and STDERR in exec functions | Pierre Joye | 2009-06-09 | 1 | -2/+7 |
| | |||||
* | Fix build | Hannes Magnusson | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | - close manually the impersonation token | Pierre Joye | 2009-05-18 | 1 | -0/+4 |
| | |||||
* | - #44859, fixed support for windows ACL, drop win9x code | Pierre Joye | 2009-05-17 | 1 | -11/+74 |
| | |||||
* | - WS | Pierre Joye | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fix bug when command is quoted and parameters are quoted during call to ↵ | Scott MacVicar | 2008-05-29 | 1 | -12/+12 |
| | | | | exec, the result is that cmd.exe /c strips the first and last quote. | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -2/+2 |
| | |||||
* | fix for #33664 Console window appears when using exec() | Stanislav Malyshev | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32 | Antony Dovgal | 2007-03-20 | 1 | -3/+4 |
| | |||||
* | Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005 | Stanislav Malyshev | 2007-02-24 | 1 | -2/+2 |
| | | | | | Fortunately, we don't need it here too badly. | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Removed dependency from SHELL32.DLL | Dmitry Stogov | 2006-12-21 | 1 | -2/+10 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Bump up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - 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 |