| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | NetWare LibC has mkstemp implementation | Anantha Kesari H Y | 2005-02-23 | 1 | -9/+0 |
| | | |||||
| * | removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as ↵ | Anantha Kesari H Y | 2004-10-07 | 1 | -6/+0 |
| | | | | | LibC itself supports mkstemp functionality | ||||
| * | Fix for Bug #26757: session.save_path defaults to bogus value on win32 | Wez Furlong | 2004-03-29 | 1 | -2/+2 |
| | | | | | | | | Merge from branch with one main difference: the default save_path is set to the empty string on all platforms, whereas the code in the branch only does so for win32. | ||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | | |||||
| * | fix compiler warning (unused variable) | foobar | 2003-04-25 | 1 | -0/+2 |
| | | |||||
| * | Fix for #23069 (Windows sets readonly mode for temporary files in tempnam) | Wez Furlong | 2003-04-11 | 1 | -1/+4 |
| | | |||||
| * | Avoid using FILE* where possible. | Wez Furlong | 2003-03-18 | 1 | -33/+35 |
| | | | | | | Tidy up handling of potential error situations for the php:// wrapper. | ||||
| * | Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -2/+0 |
| | | |||||
| * | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
| * | Another IS_SLASH fix. | Wez Furlong | 2003-02-13 | 1 | -1/+1 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | | |||||
| * | wb -> r+b | Wez Furlong | 2002-11-18 | 1 | -1/+1 |
| | | |||||
| * | Merge the temp file mode fix from the branch, | Wez Furlong | 2002-11-18 | 1 | -3/+5 |
| | | | | | | add missing Id tag. | ||||
| * | NetWare related changes/modifications | Anantha Kesari H Y | 2002-09-09 | 1 | -0/+24 |
| | | |||||
| * | Compute directory for temporary files once and use same directory for all ↵ | Preston L. Bannister | 2002-05-09 | 1 | -29/+58 |
| | | | | | subsequent calls. | ||||
| * | Revert the last patches. | foobar | 2002-05-09 | 1 | -109/+80 |
| | | |||||
| * | Compute directory for temporary files once and use same directory for all ↵ | Preston L. Bannister | 2002-05-09 | 1 | -80/+109 |
| | | | | | subsequent calls. | ||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Fix pointer mess | Zeev Suraski | 2001-10-29 | 1 | -1/+1 |
| | | |||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -7/+7 |
| | | | | | | - whitespace fixes | ||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -2/+14 |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
| * | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -2/+2 |
| | | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | @BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | Rasmus Lerdorf | 2001-01-21 | 1 | -0/+6 |
| | | | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus | ||||
| * | win32 sapi symbol export fixes | Daniel Beulshausen | 2000-11-07 | 1 | -1/+1 |
| | | |||||
| * | - Windows and UNIX compile fixes | Andi Gutmans | 2000-09-11 | 1 | -1/+3 |
| | | |||||
| * | - Get rid of stuff which is already done in php.h | Andi Gutmans | 2000-09-11 | 1 | -19/+0 |
| | | | | | | - More can probably be removed as the code doesn't use lots of sys calls. | ||||
| * | - Move php_open_temporary_file() out of file.c | Andi Gutmans | 2000-09-11 | 1 | -0/+202 |
