summaryrefslogtreecommitdiff
path: root/main/php_open_temporary_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent, windows fixPierre Joye2011-03-281-3/+7
|
* Added missing success check around chmod() for windows during temp file creationIlia Alshanetsky2011-01-111-1/+5
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_exPierre Joye2010-08-301-1/+1
|
* - prevent unexpectable behaviors (for the user) with invalid pathPierre Joye2010-02-071-0/+10
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when usingIlia Alshanetsky2009-06-301-2/+9
| | | | | TMPDIR).
* Revert patchIlia Alshanetsky2009-06-241-8/+1
|
* MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when usingIlia Alshanetsky2009-06-241-1/+8
| | | | | TMPDIR).
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFHAntony Dovgal2007-08-101-6/+19
|
* MFH: Fixed compile warningsJani Taskinen2007-07-211-1/+1
|
* Allow file uploads to bypass open_basedir checks (fixes regression)Ilia Alshanetsky2007-07-171-2/+7
|
* fix MFHed segfaultAntony Dovgal2007-02-071-2/+2
|
* - MFH Fix memleak with temp dirMarcus Boerger2007-02-071-3/+11
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Improve open_basedir checksIlia Alshanetsky2006-10-131-2/+5
|
* MFHAntony Dovgal2006-09-281-1/+1
|
* Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).Ilia Alshanetsky2006-09-271-1/+10
|
* Fixed handling of extremely long paths inside tempnam() function.Ilia Alshanetsky2006-05-231-5/+4
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* fix off-by-one in _php_image_output()Antony Dovgal2005-05-061-1/+4
| | | | | and prevent such errors in php_do_open_temporary_file()
* NetWare LibC has mkstemp implementationAnantha Kesari H Y2005-02-231-9/+0
|
* removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as ↵Anantha Kesari H Y2004-10-071-6/+0
| | | | LibC itself supports mkstemp functionality
* Fix for Bug #26757: session.save_path defaults to bogus value on win32Wez Furlong2004-03-291-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 5Andi Gutmans2004-01-081-2/+2
|
* 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
|