ID:               18643
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Closed
 Bug Type:         Compile Warning
 Operating System: Compaq Tru64
 PHP Version:      4CVS-2002-08-14
 Assigned To:      georg
 New Comment:

the mysql client library that comes woth PHP uses mkstemp, thus the
warning, on the other hand, it is implemented in a completely safe
manner as they workaround the possible 'unsafetyness'. The latest mysql
client lib (that you dl'd from mysql.com) seems to nuked it
alltogether), hence no warning for you there. This is nothing to worry
about, never was and won't be. at some point the bundled mysql client
lib will be somehow updated and the warning will probably be gone then.
Can we please keep that quiet from now on? :)

Jan


Previous Comments:
------------------------------------------------------------------------

[2002-11-22 01:55:25] [EMAIL PROTECTED]

I downloaded the latest snapshot i.e php4-STABLE-200211220430 today and
compliled using the options  

./configure --with-mysql --with-gd=/usr/local
--with-png-dir=/downloads/libpng-1.2.5
--with-zlib-dir=/downloads/zlib-1.1.4  
--with-apxs=/usr/local/apache/bin/apxs
--with-jpeg-dir=/downloads/jpeg-6b --with-mail --enable-track-vars

but still was getting the errors 

ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/downloads/php4-STABLE-200211220430/ext/mysql/libmysql/my_tempnam.c:103:
the use of `tempnam' is dangerous, better use `mkstemp'

then I went to www.mysql.com  and downloaded their latest binary 
mysql-3.23.53a-pc-linux-gnu-i686.tar.gz and installed it into
/usr/local/mysql

and changed the configure options to 

./configure --with-mysql=/usr/local/mysql --with-gd=/usr/local
--with-png-dir=/downloads/libpng-1.2.5
--with-zlib-dir=/downloads/zlib-1.1.4  
--with-apxs=/usr/local/apache/bin/apxs
--with-jpeg-dir=/downloads/jpeg-6b --with-mail --enable-track-vars


note:- --with-mysql=/usr/local/mysql

and it compiled perfect

chris
http://www.chrisranjana.com

------------------------------------------------------------------------

[2002-08-23 11:58:44] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2002-08-14 18:02:05] [EMAIL PROTECTED]

After chating with georg about this it seems that this bug has been
fixed in the MySQL end of things, and we are just awaiting an update
from thier end (Zak?).  

------------------------------------------------------------------------

[2002-08-14 14:34:32] [EMAIL PROTECTED]

http://nohn.net/lalafarm/200208140900-error.log

------------------------------------------------------------------------

[2002-08-13 22:27:25] [EMAIL PROTECTED]

Sebastian is this still true with georg's recent work?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/18643

-- 
Edit this bug report at http://bugs.php.net/?id=18643&edit=1

Reply via email to