Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54826 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57573 invoked from network); 23 Aug 2011 17:21:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2011 17:21:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 209.85.213.170 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:55470] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/A2-41613-DA1E35E4 for ; Tue, 23 Aug 2011 13:21:49 -0400 Received: by yxk30 with SMTP id 30so325060yxk.29 for ; Tue, 23 Aug 2011 10:21:46 -0700 (PDT) Received: by 10.236.78.200 with SMTP id g48mr25033770yhe.12.1314120106266; Tue, 23 Aug 2011 10:21:46 -0700 (PDT) Received: from [172.24.140.69] ([66.220.144.74]) by mx.google.com with ESMTPS id x42sm97037yhm.51.2011.08.23.10.21.44 (version=SSLv3 cipher=OTHER); Tue, 23 Aug 2011 10:21:45 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: <4E4C61E0.3040007@thelounge.net> Date: Tue, 23 Aug 2011 10:21:44 -0700 Cc: Mailing-List php Content-Transfer-Encoding: 7bit Message-ID: <11AAFE15-0785-4651-8F28-716E219017DE@macvicar.net> References: <4E4C61E0.3040007@thelounge.net> To: Reindl Harald X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] 5.3.7 is breaking SSL From: scott@macvicar.net (Scott MacVicar) On Aug 17, 2011, at 5:50 PM, Reindl Harald wrote: > well i guess it is the change below this results in connections in hanging > around and after a hughe timeout filling my mailbox with cron-mails: > > mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $ > > without ssl_set() all works fine but unencyrpted :-( > ___________ > > MySQL server has gone away > > $this->ssl_key = '/etc/mysql-ssl/client.pem'; > $this->ssl_crt = '/etc/mysql-ssl/client.pem'; > $this->ssl_ca = '/etc/mysql-ssl/ca.crt'; > > $>conn->ssl_set($this->ssl_key, $this->ssl_crt, $this->ssl_ca, NULL, NULL); > ___________ > > https://bugs.php.net/bug.php?id=55283 > > - MySQLi extension: > . Fixed bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi > persistent connections). (Andrey) > > Do you have a full script I can use to look at? Do you set a mysql timeout? - Scott