[BC]mysql_pconnect generate warning when link against mysqlnd

From: Date: Wed, 24 Aug 2011 07:30:34 +0000
Subject: [BC]mysql_pconnect generate warning when link against mysqlnd
Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Hi:
    when linke mysql against mysqlnd,

    call to mysql_pconnect after previous one timeout,  can trigger a warnning:
       PHP Warning:  mysql_pconnect(): MySQL server has gone away

    while linked against libmysql will not generate this warning.  so
maybe this should be a BC ?

    thanks

    test script :
      <?php
$plink = mysql_pconnect("127.0.0.1:3307", "root", "");

mysql_query("set wait_timeout=1", $plink);

sleep(3);

$plink = mysql_pconnect("127.0.0.1:3307", "root", "");




-- 
Laruence  Xinchen Hui
http://www.laruence.com/


Thread (4 messages)

« previous php.internals (#54840) next »