Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80151 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98675 invoked from network); 4 Jan 2015 14:12:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2015 14:12:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.214.175 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.175 mail-ob0-f175.google.com Received: from [209.85.214.175] ([209.85.214.175:39150] helo=mail-ob0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/23-15455-A4A49A45 for ; Sun, 04 Jan 2015 09:12:27 -0500 Received: by mail-ob0-f175.google.com with SMTP id wp4so57954604obc.6 for ; Sun, 04 Jan 2015 06:12:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=U90omNkWrOeomRruNqtJJsb7AK44Cu3PXZMavbnoJS8=; b=E8ZE7bk6Rl+rQ0jnWoE/rU2pqRqYSHF2VQ2PenKfom5HOBn2Tx1uz4f2BrraQ33c4U SRwq/BenZga457euRJ38x5cNXj+UM0z5QJeNryQLmGVCFqHyGBeyjtIROi0284aPAiUh 7nDnEATt6HWngERf0WeHPjwsaS2joVQLAoP/FFn5tFcmjD+XzsZK85HlORcChW5ZWfLc vfLyC4OA6O5dUy7F+o0hyFGn4gz592dVFpxlGnmUDL9zga+BccBJGwego5KZ4SmDMkdC dKjU6HWVi9qxoCWr5zNNuvEX/1IERTMVT5pncUVOU1qn1V0b72Q3xEvXc7nuB7KUBmC7 3HjA== X-Gm-Message-State: ALoCoQkLuEuiKVLaQ9wMEd/ZYfPP0qbQPen/Zu7mvmue3cXqCvhn7QVxS6NJ+okEsaEzZT8GU1Rr8jTuhn0zvAwAecmf3rbShEjERFXaH04XMszDrjDIA531hUTFO8NWYkohOOgrbv3KE679nOq84idopgfNi7AVtQ== MIME-Version: 1.0 X-Received: by 10.60.102.200 with SMTP id fq8mr41585015oeb.2.1420380744337; Sun, 04 Jan 2015 06:12:24 -0800 (PST) Received: by 10.60.165.238 with HTTP; Sun, 4 Jan 2015 06:12:24 -0800 (PST) In-Reply-To: <54A6BD5A.60601@bbroerman.net> References: <54A6BD5A.60601@bbroerman.net> Date: Sun, 4 Jan 2015 15:12:24 +0100 Message-ID: To: Brad Broerman Cc: PHP internals list , Wez Furlong , Daniel Lowrey , Chris Wright Content-Type: multipart/alternative; boundary=089e0112c314b66310050bd4295b Subject: Re: [PHP-DEV] Question about patch for bug 61285 - SSL connections do not timeout From: lior.k@zend.com (Lior Kaplan) --089e0112c314b66310050bd4295b Content-Type: text/plain; charset=UTF-8 Hi Brad, The fix should go to the lowest relevant branch, in this case probably the 5.5 branch. From there it will be merged to 5.6 and master (future 7.0)/ I took a quick look at the build, and which it compiles successfully, it seems to be a diff in the test. I suspect it comes from changes in master than your patch alone (but didn't check this thoroughly). If someone else wants to look, we're talking about: https://github.com/php/php-src/pull/971 https://travis-ci.org/php/php-src/jobs/45566082 Kaplan On Fri, Jan 2, 2015 at 4:46 PM, Brad Broerman wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --089e0112c314b66310050bd4295b--