summaryrefslogtreecommitdiff
path: root/main/php_open_temporary_file.c
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* fix compiler warning (unused variable)foobar2003-04-251-0/+2
|
* Fix for #23069 (Windows sets readonly mode for temporary files in tempnam)Wez Furlong2003-04-111-1/+4
|
* Avoid using FILE* where possible.Wez Furlong2003-03-181-33/+35
| | | | | Tidy up handling of potential error situations for the php:// wrapper.
* Win32 build improvementsZeev Suraski2003-02-171-2/+0
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-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 Furlong2003-02-131-1/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* wb -> r+bWez Furlong2002-11-181-1/+1
|
* Merge the temp file mode fix from the branch,Wez Furlong2002-11-181-3/+5
| | | | | add missing Id tag.
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-0/+24
|
* Compute directory for temporary files once and use same directory for all ↵Preston L. Bannister2002-05-091-29/+58
| | | | subsequent calls.
* Revert the last patches.foobar2002-05-091-109/+80
|
* Compute directory for temporary files once and use same directory for all ↵Preston L. Bannister2002-05-091-80/+109
| | | | subsequent calls.
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Fix pointer messZeev Suraski2001-10-291-1/+1
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-7/+7
| | | | | - whitespace fixes
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-2/+14
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-2/+2
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+6
| | | | | BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
* win32 sapi symbol export fixesDaniel Beulshausen2000-11-071-1/+1
|
* - Windows and UNIX compile fixesAndi Gutmans2000-09-111-1/+3
|
* - Get rid of stuff which is already done in php.hAndi Gutmans2000-09-111-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.cAndi Gutmans2000-09-111-0/+202