Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47186 invoked from network); 24 Aug 2011 07:30:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2011 07:30:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:51658] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/61-33531-E98A45E4 for ; Wed, 24 Aug 2011 03:30:42 -0400 Received: by vxh24 with SMTP id 24so853735vxh.29 for ; Wed, 24 Aug 2011 00:30:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Va8cqJkLJoTXQ+u1G5NiPz62GBsa3M6OfQCGiXsvYn8=; b=Qwaa2PjGCXsV9ATcOnZrytGAW/GT5hWu/m3BdTWUMA6TU27kpo+tEYaadshzioY14U DfIQ2kPoloIwm/5xqkmQpPeUJX64q04Plrjk/jExhDEIznZpvdoWf+nfBHTypkdgdHd6 SneVe5a7scnd1SyCwMbfh/LYwMnDJspwzoVMo= MIME-Version: 1.0 Received: by 10.220.37.194 with SMTP id y2mr648290vcd.262.1314171034204; Wed, 24 Aug 2011 00:30:34 -0700 (PDT) Sender: laruence@gmail.com Received: by 10.220.38.193 with HTTP; Wed, 24 Aug 2011 00:30:34 -0700 (PDT) Date: Wed, 24 Aug 2011 15:30:34 +0800 X-Google-Sender-Auth: toT2fRuhXWuDTvxpS2YbW6koQmY Message-ID: To: Andrey Hristov , andrey.hristov@oracle.com Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [BC]mysql_pconnect generate warning when link against mysqlnd From: laruence@php.net (Laruence) Hi: when linke mysql against mysqlnd, call to mysql_pconnect after previous one timeout, can trigger a warnn= ing: 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 :