php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80819 Cannot install ssh2 1.3
Submitted: 2021-03-02 07:03 UTC Modified: 2021-03-02 14:39 UTC
From: laurent dot laville at gmail dot com Assigned: langemeijer (profile)
Status: Closed Package: ssh2 (PECL)
PHP Version: 8.0.2 OS: Ubuntu 18.04 LTS
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: laurent dot laville at gmail dot com
New email:
PHP Version: OS:

 

 [2021-03-02 07:03 UTC] laurent dot laville at gmail dot com
Description:
------------
Hello,

I've just tried to install the latest version of PECL ssh2 (1.3) without success.

root@php-8.0.2 in ~ $ pecl clear-cache
reading directory /tmp/pear/cache
76 cache entries cleared

root@php-8.0.2 in ~ $ pecl install ssh2-1.3
pecl/ssh2 requires PHP (version >= 7.0.0, version <= 8.0.0), installed version is 8.0.2
No valid packages found
install failed

Expected result:
----------------
Be able to install the package on PHP 8 platform !

Actual result:
--------------
pecl/ssh2 requires PHP (version >= 7.0.0, version <= 8.0.0), installed version is 8.0.2
No valid packages found
install failed

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-03-02 12:56 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-03-02 12:56 UTC] cmb@php.net
ssh2 1.3.1 has just been released, removing the PHP 7 restriction.
Please check it out.
 [2021-03-02 14:33 UTC] laurent dot laville at gmail dot com
-Status: Feedback +Status: Closed
 [2021-03-02 14:33 UTC] laurent dot laville at gmail dot com
I confirm that release 1.3.1 solved this issue !

Thanks to solve it quickly
 [2021-03-02 14:39 UTC] cmb@php.net
-Assigned To: cmb +Assigned To: langemeijer
 [2021-03-02 14:39 UTC] cmb@php.net
Thanks to Casper! :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC