Re: [PHP-DEV] why tempnam is used in libmysql bundleld with php

2002-03-16 Thread derick
On Sat, 16 Mar 2002, Andrey Hristov wrote: > I cannot compile the CVS because gcc complains about using function tempnam() > In the man tempnam i found that: > BUGS >The precise meaning of `appropriate' is undefined; it is unspecified how >accessibility of a directory is determined. Ne

[PHP-DEV] why tempnam is used in libmysql bundleld with php

2002-03-16 Thread Andrey Hristov
I cannot compile the CVS because gcc complains about using function tempnam() In the man tempnam i found that: BUGS The precise meaning of `appropriate' is undefined; it is unspecified how accessibility of a directory is determined. Never use this funcĀ­tion. Use mkstemp(3) instead. -