Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80098 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80221 invoked from network); 2 Jan 2015 15:46:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Jan 2015 15:46:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=bbroerman@bbroerman.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=bbroerman@bbroerman.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bbroerman.net from 66.111.4.25 cause and error) X-PHP-List-Original-Sender: bbroerman@bbroerman.net X-Host-Fingerprint: 66.111.4.25 out1-smtp.messagingengine.com Received: from [66.111.4.25] ([66.111.4.25:48970] helo=out1-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/23-61219-66DB6A45 for ; Fri, 02 Jan 2015 10:46:47 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id A953B209D9 for ; Fri, 2 Jan 2015 10:46:44 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Fri, 02 Jan 2015 10:46:44 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:message-id:date:from :mime-version:to:subject:content-type:content-transfer-encoding; s=smtpout; bh=KzxNzEOIc5RfiK7WzYa9b0Wkd/w=; b=TE7hjp8WsVW2McLBB yl6iJQ/g3I7NFbWWeFoZRtW++7nUW9PmuLAoGihe6Pxlkqf+qTx33gJqXQrtPr7V Q7uC/YavtWkh2NDfLs5xtK9TgWk+Af97UEA0PNrHoEO6Ur6qEEbbmlB5i/XHHsq6 vrivC5gr0BdANGQsV7SOSjYkG4= X-Sasl-enc: MNkek1YLcQtU59ngdo4nIRHDqvSK7yIAZHbCcnLc7wTN 1420213604 Received: from [192.168.0.5] (unknown [71.72.209.6]) by mail.messagingengine.com (Postfix) with ESMTPA id 36CDF6800B9; Fri, 2 Jan 2015 10:46:44 -0500 (EST) Message-ID: <54A6BD5A.60601@bbroerman.net> Date: Fri, 02 Jan 2015 10:46:34 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: internals@lists.php.net, Wez Furlong , Daniel Lowrey , Chris Wright Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Question about patch for bug 61285 - SSL connections do not timeout From: bbroerman@bbroerman.net (Brad Broerman) Hi, I have a pull request for issue 61285 - SSL connections do not timeout, and have a question about it's status I created a pull request for this years ago, back in PHP 5.5.20 and it was never merged into the master. I recently updated my clone of the repo to the latest and re-wrote my patch against the newly updated master and re-created the pull request. Is there a possibility of this being pulled? If not, why? I have tested this code both in the original 5.5.20, in the new 5.6.4, and briefly with master. I believe it works pretty well. In the pull request itself, I added a comment about the travis ci build failing, but I don't see where the failure has anything to do with this extension. Would this block acceptance of this patch? Thanks Brad Broerman