Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63029 invoked from network); 23 Aug 2011 17:32:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2011 17:32:26 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:54204] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/D3-41613-824E35E4 for ; Tue, 23 Aug 2011 13:32:25 -0400 Received: by yxk30 with SMTP id 30so334743yxk.29 for ; Tue, 23 Aug 2011 10:32:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Gi+AiCZr9XYNWMh8y5yNYT0YMQ6sRjAX7mH9D8Jp8BU=; b=j8ZqJsV6PPtP1+7hpQyyQ+50KWHJX6IU87DHgLlVA4CSg0kRNxSGF8BqOTJYuWfHV0 CM/+mG//7ra+FilBhlpszPVCA3QoFWwK/46afWq5BRvpHxw5FKXdC7jJgE+i/o1Dn5Xh QptpSISWgJkITJgelPgCz/vug2bE864f4b8KU= MIME-Version: 1.0 Received: by 10.236.136.196 with SMTP id w44mr24397054yhi.56.1314120742245; Tue, 23 Aug 2011 10:32:22 -0700 (PDT) Received: by 10.147.168.5 with HTTP; Tue, 23 Aug 2011 10:32:22 -0700 (PDT) In-Reply-To: <11AAFE15-0785-4651-8F28-716E219017DE@macvicar.net> References: <4E4C61E0.3040007@thelounge.net> <11AAFE15-0785-4651-8F28-716E219017DE@macvicar.net> Date: Tue, 23 Aug 2011 19:32:22 +0200 Message-ID: To: Scott MacVicar , Andrey Hristov Cc: Reindl Harald , Mailing-List php Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] 5.3.7 is breaking SSL From: pierre.php@gmail.com (Pierre Joye) also check with Andrey, he spent a fair amount of time around this issue. On Tue, Aug 23, 2011 at 7:21 PM, Scott MacVicar wrote: > On Aug 17, 2011, at 5:50 PM, Reindl Harald wrote: > >> well i guess it is the change below this results in connections in hangi= ng >> 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 =3D '/etc/mysql-ssl/client.pem'; >> $this->ssl_crt =3D '/etc/mysql-ssl/client.pem'; >> $this->ssl_ca =A0=3D '/etc/mysql-ssl/ca.crt'; >> >> $>conn->ssl_set($this->ssl_key, $this->ssl_crt, $this->ssl_ca, NULL, NUL= L); >> ___________ >> >> https://bugs.php.net/bug.php?id=3D55283 >> >> - MySQLi extension: >> =A0. Fixed bug #55283 (SSL options set by mysqli_ssl_set ignored for MyS= QLi >> =A0 =A0persistent connections). (Andrey) >> >> > > > Do you have a full script I can use to look at? Do you set a mysql timeou= t? > > - Scott > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org