[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2009-06-24 Thread Ilia Alshanetsky
iliaa Thu Jun 25 01:35:15 2009 UTC Modified files: /php-src/main php_open_temporary_file.c Log: MFB: Handle instances where TMPDIR = http://cvs.php.net/viewvc.cgi/php-src/main/php_open_temporary_file.c?r1=1.48r2=1.49diff_format=u Index:

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2007-08-10 Thread Antony Dovgal
tony2001Fri Aug 10 10:13:07 2007 UTC Modified files: /php-src/main php_open_temporary_file.c Log: resolve dir before calling mktemp/mkstemp this is tested by ext/standard/tests/file/tempnam_variation2.phpt

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2007-02-06 Thread Antony Dovgal
tony2001Tue Feb 6 17:35:42 2007 UTC Modified files: /php-src/main php_open_temporary_file.c Log: use strdup() http://cvs.php.net/viewvc.cgi/php-src/main/php_open_temporary_file.c?r1=1.41r2=1.42diff_format=u Index:

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2006-09-28 Thread Antony Dovgal
tony2001Thu Sep 28 08:26:19 2006 UTC Modified files: /php-src/main php_open_temporary_file.c Log: fix compile warning http://cvs.php.net/viewvc.cgi/php-src/main/php_open_temporary_file.c?r1=1.37r2=1.38diff_format=u Index:

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2006-09-27 Thread Ilia Alshanetsky
iliaa Wed Sep 27 23:44:34 2006 UTC Modified files: /php-src/main php_open_temporary_file.c Log: MFB: Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()).

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2006-05-23 Thread Ilia Alshanetsky
iliaa Tue May 23 23:22:16 2006 UTC Modified files: /php-src/main php_open_temporary_file.c Log: MFB: Fixed handling of extremely long paths inside tempnam() function.

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2005-02-23 Thread Anantha Kesari H Y
hyanantha Wed Feb 23 05:54:07 2005 EDT Modified files: /php-src/main php_open_temporary_file.c Log: NetWare LibC has mkstemp implementation http://cvs.php.net/diff.php/php-src/main/php_open_temporary_file.c?r1=1.31r2=1.32ty=u Index:

[PHP-CVS] cvs: php-src /main php_open_temporary_file.c

2004-10-07 Thread Anantha Kesari H Y
hyanantha Thu Oct 7 08:22:21 2004 EDT Modified files: /php-src/main php_open_temporary_file.c Log: removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h as LibC itself supports mkstemp functionality