Mantis - Quercus
Viewing Issue Advanced Details
2075 minor always 10-17-07 09:53 10-17-07 16:14
koreth  
ferg  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.4  
0002075: mysql_connect() flags not effective
$conn = mysql_connect($host, $user, $password, false, MYSQL_CLIENT_INTERACTIVE);

Under vanilla PHP, this will set the "interactive client" flag on the MySQL connection, which will cause the server to apply different idle timeout policies.

Quercus appears to ignore the flag and opens all connections as non-interactive.

Notes
(0002358)
ferg   
10-17-07 16:14   
php/1433