summaryrefslogtreecommitdiff
path: root/main/php_open_temporary_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix for Bug #26757: session.save_path defaults to bogus value on win32Wez Furlong2004-03-291-2/+2
* - 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
* 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
* 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
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-0/+24
* Compute directory for temporary files once and use same directory for all sub...Preston L. Bannister2002-05-091-29/+58
* Revert the last patches.foobar2002-05-091-109/+80
* Compute directory for temporary files once and use same directory for all sub...Preston L. Bannister2002-05-091-80/+109
* 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
* 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
* - 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
* 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
* - Move php_open_temporary_file() out of file.cAndi Gutmans2000-09-111-0/+202