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 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php