[PHP-CVS] cvs: php4(PHP_4_3) /main php_open_temporary_file.c

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 12:37:17 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main php_open_temporary_file.c Log: MFH: Another IS_SLASH fix. Index: php4/main/php_open_temporary_file.c diff -u php4/main/php_open_temporary_file.c:1.18.2.4

[PHP-CVS] cvs: php4(PHP_4_3) /main php_open_temporary_file.c

2002-11-18 Thread Wez Furlong
wez Mon Nov 18 06:50:37 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main php_open_temporary_file.c Log: MFH other temp file mode fixes and Id tag. Index: php4/main/php_open_temporary_file.c diff -u php4/main/php_open_temporary_file.c:1.18.2.1

[PHP-CVS] cvs: php4(PHP_4_3) /main php_open_temporary_file.c

2002-11-16 Thread Wez Furlong
wez Sat Nov 16 17:52:22 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main php_open_temporary_file.c Log: Change wb - r+b for win32. The difference is staggering - I've spent hours tracking this down. It should probably be made the same for all

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main php_open_temporary_file.c

2002-11-16 Thread Shane Caraveo
Hmm, I don't know how many places in PHP have the flags, but maybe it might be a good idea to have defines in place to make sure that the apropriate flags are used for different platforms. SHane Wez Furlong wrote: wez Sat Nov 16 17:52:22 2002 EDT Modified files: (Branch:

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main php_open_temporary_file.c

2002-11-16 Thread Wez Furlong
Equally important is replacing any other tmpfile() calls under win32 where possible. Should probably be at least looked into before RC2, but I've not got time for that tonight/this weekend :/ --Wez. On 11/16/02, Shane Caraveo [EMAIL PROTECTED] wrote: Hmm, I don't know how many places in PHP