|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-09-04 20:27 UTC] sniper@php.net
[2000-09-05 07:25 UTC] cahagn_o at epita dot fr
[2000-09-06 14:21 UTC] joey@php.net
[2000-09-10 05:18 UTC] cahagn_o at epita dot fr
[2000-09-10 13:38 UTC] joey@php.net
[2000-09-11 18:46 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 02:00:01 2025 UTC |
Hi, I already talked about that in php-dev but got no answer. So I submit this as a bug report. Since I compile PHP4 Beta1 to latest snapshop (July 23rd), the final step (when linking php) shows: file.c:599: warning: tempnam() possibly used unsafely, consider using mkstemp() rfc1867.c:284: warning: tempnam() possibly used unsafely, consider using mkstemp() I don't know if this important in this case, but as I saw many bugs on Bugtraq with tempnam(), I thought I'd submit it anyway. I'm using NetBSD 1.3.3 x86 with gcc-2.7.2.2+myc2 and my ./configure is: ./configure --with-config-file-path=/space/www/etc/httpd/conf/php_cgi \ --enable-discard-path \ --with-gd=/u/guest/www/mbin/i386-NetBSD \ --with-mysql \ --with-dbase \ --with-zlib=/u/guest/www/mbin/i386-NetBSD \ --with-mcrypt=/u/guest/www/mbin/i386-NetBSD \ --with-mhash=/u/guest/www/mbin/i386-NetBSD \ --enable-ftp \ --enable-inline-optimization \ --with-jpeg-dir=/u/guest/www/mbin/i386-NetBSD \ --with-imap=/u/guest/www/mbin/i386-NetBSD/lib This warning does not happen with a standard RedHat 6.2 with egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)