From:             manuelsagra at ibermutuamur dot es
Operating system: Solaris 9
PHP version:      4.3.8
PHP Bug Type:     iPlanet related
Bug description:  mysql.connect_timeout is bugged for NSAPI

Description:
------------
A fresh install of PHP whith the NSAPI doesn't connect to a remote MySQL.
We have discovered that it's related to the timeout of the connection
socket. While the socket is connecting, and after the first "synack", the
client sends a shutdown, so the connection is not established. The
workaround is to put a -1 in the mentioned timeout option, but we think
this is not desirable...



Reproduce code:
---------------
The default settings doesn't work with NSAPI


-- 
Edit bug report at http://bugs.php.net/?id=30110&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30110&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30110&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30110&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30110&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30110&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30110&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30110&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30110&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30110&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30110&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30110&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30110&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30110&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30110&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30110&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30110&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30110&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30110&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30110&r=mysqlcfg

Reply via email to