summaryrefslogtreecommitdiff
path: root/main/php_open_temporary_file.c
Commit message (Collapse)AuthorAgeFilesLines
* add flags to suppress the verbosityAnatol Belski2016-06-091-3/+6
|
* Request #69489Xinchen Hui2016-06-091-0/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-07-281-1/+9
| |\ | | | | | | | | | | | | * PHP-5.5: Fixed bug #70002 TS issues with temporary dir handling
| | * Fixed bug #70002 TS issues with temporary dir handlingAnatol Belski2015-07-281-1/+9
| | |
| * | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-05-121-9/+9
| |\ \ | | |/ | | | | | | | | | * PHP-5.5: Fix for #66048
| | * Fix for #66048Julien Pauli2015-05-121-9/+9
| | |
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | |
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | |
| * | bump yearXinchen Hui2015-01-151-1/+1
| | |
* | | ups, it should have used Zend MMAnatol Belski2015-05-131-2/+2
| | |
* | | fix build, catch up with linux part for #66048Anatol Belski2015-05-131-3/+3
| | |
* | | Fix for #66048Julien Pauli2015-05-121-24/+13
| | |
* | | Use zend_string* instead of char* for opened_patch handling. Avoid ↵Dmitry Stogov2015-03-041-12/+8
| | | | | | | | | | | | reallocations and improve string reuse.
* | | bump yearXinchen Hui2015-01-151-1/+1
| | |
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
| | |
* | | fix datatype mismatch warnsAnatol Belski2014-10-271-2/+2
| | |
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
| |
* | applied and fixed the original patchAnatol Belski2013-10-171-5/+5
|/ | | | initial work on the patch import done
* - Fixed ZTS buildFelipe Pena2013-01-291-4/+4
|
* Implemented Feature #60524 (sys_temp_dir)ALeX Kazik2013-01-281-0/+15
| | | | | | | | | | | | Added a new configuration directive which allows it to change the temporary directory, the default behavior is unchanged. This is a useful option if you use all/some hosts inside of one .ini file with sections and want to change the temp dir per user (maybe it's not allowed to write outside the users home directory). Since the TMPDIR variable affects the whole php that way can not be used for this scenario. (see https://bugs.php.net/bug.php?id=60524)
* 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
|