Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97232 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66338 invoked from network); 1 Dec 2016 12:45:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2016 12:45:05 -0000 Received: from [127.0.0.1] ([127.0.0.1:11168]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id F0/18-14267-05B10485 for ; Thu, 01 Dec 2016 07:45:04 -0500 Authentication-Results: pb1.pair.com header.from=liborm85@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=liborm85@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.169 as permitted sender) X-PHP-List-Original-Sender: liborm85@gmail.com X-Host-Fingerprint: 209.85.217.169 mail-ua0-f169.google.com Received: from [209.85.217.169] ([209.85.217.169:36234] helo=mail-ua0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/F7-14267-4B810485 for ; Thu, 01 Dec 2016 07:33:57 -0500 Received: by mail-ua0-f169.google.com with SMTP id b35so245559119uaa.3 for ; Thu, 01 Dec 2016 04:33:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ysuKLyg1STo/1SzoimwqZyVmmg1UhccEhSD0c8jHYFY=; b=Y4LaiCmgQ23a5S9bx/ey+z6NzVxe/hOC3Vhjo4U1omSIwdPoeuC9Ab/AO7okt8UKAy egoMO9VdlNvNVv/33HtukFqFQ286+UsCmXdCya7X0PAfuni06imUfTezV3R100md2iTQ F6DzhVltEZ+0RfSe9uuAVplyebpPiyrds18SN76+CPz98OzIAA2dhUX3+qpOfIHtqIt5 tMAJ7K8R7a5qhshEWhVOhA+/PDfw8nh+RVHiYdaHKnpDiUnhGSNABLh/5ynCKjCglRc4 g8j0ECpTT6cIFydtgYg3DICk9wdEcZ2iqvi95WQoqt01/0SpizPYcHa2E9uSOeH7h1uI BnWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ysuKLyg1STo/1SzoimwqZyVmmg1UhccEhSD0c8jHYFY=; b=Ykvp1MjoBa/x4dxIBLf8dfJlFmFP2pi4ETzy/8qjJ+OaiJuRehLk6u2Mv3bGvaOpvL AukSpn+hMPb/mFQn1ABMyBfH8P2Rb40Iu7JxoHd0gJffmRbkRSJTJqIe5vp+wDBzt35i Px5r4PaS8i+MBavcXhYqwA64uUaMNhktxMZKkAcFI3E0vC6385YHDUgt9oqsjc7Z1ADp cbK1l5nwLsI/JLssNeN20Z99AM4jrsEbB2uQlmUo1UA+6E+0sB3ysISy4AT+JJhRqfNB /4yRITdcY2khInyAJ6GahvLqdfHO/FzptudNgXfe1hGTh8dShdjhfBOw/2ZvpiQh1HWz WbPw== X-Gm-Message-State: AKaTC01irIKsmg3af25QFTrYhn/LYKLNa3v6ywwqqRfpYY6Yx/EIeNhImohhWX6Q1j+VrOo3zRnUzz1ZBoxZ3A== X-Received: by 10.176.2.145 with SMTP id 17mr23627543uah.38.1480595633634; Thu, 01 Dec 2016 04:33:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.89.219 with HTTP; Thu, 1 Dec 2016 04:33:53 -0800 (PST) Date: Thu, 1 Dec 2016 13:33:53 +0100 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: SSH2 extension maintenance From: liborm85@gmail.com ("Libor M.") Hello, I wonder how it is with the activity development extensions SSH2. The current SSH2 extension (version 0.13 and 1.0) does not work on PHP versions 5.6 and 7.0 because it contains bug https://bugs.php.net/bug.php?id=73524. The bug is fixed in git repository, but new bugfix version is not released. And another bug that only applies to PHP 7.0 (and possibly 7.1) https://bugs.php.net/bug.php?id=72988 is fixed in git repository. This is fixed me. Bugfix version not released. This extension is important for deploying applications on production servers. My questions: 1. When will be released new versions of SSH2 extension for PHP 5.6 and 7.0 with this bugfixies ? 2. When will it be done fully support PHP 7.0 ? Source code contains many TODOs and on https://bugs.php.net/search.php?cmd=display&status=Open&package_name[]=ssh2 is a lot of bug reports. Libor