Re: [PHP] Compiling PHP5 In Linux

2003-03-05 Thread Clete Rivers Blackwell 2
Here's something I got from google searching for tempnam dangerous... 'That's not exactly what is the dangerous part. What is dangerous is that it returns a filename that refers to a file which did not exist at some point during the call to tempnam. It does not create that file for you, meaning th

Re: [PHP] Compiling PHP5 In Linux

2003-03-05 Thread Ernest E Vogelsinger
At 04:55 05.03.2003, Clete Rivers Blackwell 2 said: [snip] >I have RedHat 8.0 with the everything box checked in packages... when I >build the CVS of PHP5, it tells me that tempnam is dangerous and to use >makename or something... I think it's a code bug, but

[PHP] Compiling PHP5 In Linux

2003-03-04 Thread Clete Rivers Blackwell 2
Ok, I have RedHat 8.0 with the everything box checked in packages... when I build the CVS of PHP5, it tells me that tempnam is dangerous and to use makename or something... I think it's a code bug, but just in case, does anyone know if this is due to an outdated version of some program? Thanks in