Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97238 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98306 invoked from network); 1 Dec 2016 17:29:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2016 17:29:18 -0000 Authentication-Results: pb1.pair.com header.from=sean@siobud.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sean@siobud.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain siobud.com designates 104.236.58.159 as permitted sender) X-PHP-List-Original-Sender: sean@siobud.com X-Host-Fingerprint: 104.236.58.159 siobud.com Received: from [104.236.58.159] ([104.236.58.159:39327] helo=siobud.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/7D-14267-DED50485 for ; Thu, 01 Dec 2016 12:29:18 -0500 Received: from SeanLaptop.siobud.com (unknown [198.54.104.246]) by siobud.com (Postfix) with ESMTPSA id B6288FF8ED; Thu, 1 Dec 2016 17:29:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1480613354; bh=LQ7Q2VKr/b7TznTPtIXHffZYNVk44L4znwr8ZHLumck=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=mvU2eP65Rx4C/5GQBUBUrPRtdcvB55714Ox/ijQlJSc5UtG+lje1EB/AjvI8gEhBa slm2C+USsP5fwVBQMepx6j0LBX8khfYAvW6Q33otZaq4qVUJyy5lqfjAH9/gxdNZQC ps5iYEGdSRkQ9Ta4vvtp1TCxJz/62Ns7LqBDpA8Q= Date: Thu, 1 Dec 2016 11:29:13 -0600 To: "Libor M." Cc: internals@lists.php.net Message-ID: <20161201172913.c3fof7vqvw54sk7v@SeanLaptop.siobud.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20161104 (1.7.1) Subject: Re: [PHP-DEV] SSH2 extension maintenance From: sean@siobud.com (Sean DuBois) On Thu, Dec 01, 2016 at 01:33:53PM +0100, Libor M. wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hi, langemeijer is very good maintainer, I would send him an email and ask if he could upload a new release. The TODOs all exist because the API around resources changed and I couldn't find the equivalent (I didn't look that hard). I am no longer am employed at a company that uses PHP so I don't find a lot of time to work on it. If anyone on the list is interested in getting involved SSH2 is a great place to get started, and I am more than happy to help people 'onboard' answering questions etc.. on IRC. But I doubt I will be able to find time in the near future. thanks