| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent, windows fix | Pierre Joye | 2011-03-28 | 1 | -3/+7 |
| | | |||||
| * | Added missing success check around chmod() for windows during temp file creation | Ilia Alshanetsky | 2011-01-11 | 1 | -1/+5 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex | Pierre Joye | 2010-08-30 | 1 | -1/+1 |
| | | |||||
| * | - prevent unexpectable behaviors (for the user) with invalid path | Pierre Joye | 2010-02-07 | 1 | -0/+10 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using | Ilia Alshanetsky | 2009-06-30 | 1 | -2/+9 |
| | | | | | | TMPDIR). | ||||
| * | Revert patch | Ilia Alshanetsky | 2009-06-24 | 1 | -8/+1 |
| | | |||||
| * | MFB: Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using | Ilia Alshanetsky | 2009-06-24 | 1 | -1/+8 |
| | | | | | | TMPDIR). | ||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH | Antony Dovgal | 2007-08-10 | 1 | -6/+19 |
| | | |||||
| * | MFH: Fixed compile warnings | Jani Taskinen | 2007-07-21 | 1 | -1/+1 |
| | | |||||
| * | Allow file uploads to bypass open_basedir checks (fixes regression) | Ilia Alshanetsky | 2007-07-17 | 1 | -2/+7 |
| | | |||||
| * | fix MFHed segfault | Antony Dovgal | 2007-02-07 | 1 | -2/+2 |
| | | |||||
| * | - MFH Fix memleak with temp dir | Marcus Boerger | 2007-02-07 | 1 | -3/+11 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | Improve open_basedir checks | Ilia Alshanetsky | 2006-10-13 | 1 | -2/+5 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-09-28 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). | Ilia Alshanetsky | 2006-09-27 | 1 | -1/+10 |
| | | |||||
| * | Fixed handling of extremely long paths inside tempnam() function. | Ilia Alshanetsky | 2006-05-23 | 1 | -5/+4 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | fix off-by-one in _php_image_output() | Antony Dovgal | 2005-05-06 | 1 | -1/+4 |
| | | | | | | and prevent such errors in php_do_open_temporary_file() | ||||
| * | 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 |
| | | |||||
