--- embedaddon/php/ext/mysql/tests/mysql_pconn_kill.phpt 2012/02/21 23:47:58 1.1 +++ embedaddon/php/ext/mysql/tests/mysql_pconn_kill.phpt 2012/05/29 12:34:41 1.1.1.2 @@ -64,8 +64,6 @@ mysql.max_persistent=2 mysql_close($plink); - /* mysql_pconnect cound generate a warning when linked against mysqlnd - PHP Warning: mysql_pconnect(): MySQL server has gone away */ if (!($plink = @mysql_pconnect($myhost, $user, $passwd))) printf("[009] Cannot create new persistent connection, [%d] %s\n", mysql_errno(), mysql_error()); mysql_select_db($db, $plink);