[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-19 Thread Hartmut Holzgraefe
hholzgraFri May 19 10:44:34 2006 UTC Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c file.c file.h Log: Name change: php_get_tmpdir() renamed to sys_get_temp_dir() http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.21

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-07 Thread Andi Gutmans
Either of these works for me. At 11:02 AM 5/7/2006, Pierre wrote: On 5/7/06, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 07.05.2006 21:26, Wez Furlong wrote: > sys_tmpdir()? > I vote for sys_ as the prefix, as we've started down that path with > sys_getloadavg(). Yeah, sys_tmpdir() sounds good

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-07 Thread Pierre
On 5/7/06, Antony Dovgal <[EMAIL PROTECTED]> wrote: On 07.05.2006 21:26, Wez Furlong wrote: > sys_tmpdir()? > I vote for sys_ as the prefix, as we've started down that path with > sys_getloadavg(). Yeah, sys_tmpdir() sounds good. For the record, php_get_temporary_directory is the internal name

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-07 Thread Antony Dovgal
On 07.05.2006 21:26, Wez Furlong wrote: sys_tmpdir()? I vote for sys_ as the prefix, as we've started down that path with sys_getloadavg(). Yeah, sys_tmpdir() sounds good. On 5/7/06, Pierre <[EMAIL PROTECTED]> wrote: On 5/7/06, Andi Gutmans <[EMAIL PROTECTED]> wrote: > Hartmut, > > This is a

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-07 Thread Wez Furlong
sys_tmpdir()? I vote for sys_ as the prefix, as we've started down that path with sys_getloadavg(). --Wez. On 5/7/06, Pierre <[EMAIL PROTECTED]> wrote: On 5/7/06, Andi Gutmans <[EMAIL PROTECTED]> wrote: > Hartmut, > > This is a very odd name to be using and doesn't follow our naming conventions

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-07 Thread Pierre
On 5/7/06, Andi Gutmans <[EMAIL PROTECTED]> wrote: Hartmut, This is a very odd name to be using and doesn't follow our naming conventions. Maybe something like sys_get_tmpdir()? I like to go with system_get_temp_dir(). I know it is a long dir but I hate to ask myself, is it sys or system? tmp

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-06 Thread Andi Gutmans
Hartmut, This is a very odd name to be using and doesn't follow our naming conventions. Maybe something like sys_get_tmpdir()? Andi At 02:59 AM 5/6/2006, Hartmut Holzgraefe wrote: hholzgraSat May 6 09:59:02 2006 UTC Modified files: /php-srcNEWS /php-src/ext/sta

[PHP-CVS] cvs: php-src / NEWS /ext/standard basic_functions.c file.c file.h

2006-05-06 Thread Hartmut Holzgraefe
hholzgraSat May 6 09:59:02 2006 UTC Modified files: /php-srcNEWS /php-src/ext/standard basic_functions.c file.c file.h Log: Added php_get_tmpdir() function that returns the default directory for temporary files (as requested in bug #35380)