php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78601 ssh-1.2 gives 500 internal server error
Submitted: 2019-09-27 08:15 UTC Modified: 2019-09-27 15:00 UTC
From: ian dot zunderdorp at mobiliteitsfabriek dot nl Assigned: cmb (profile)
Status: Duplicate Package: ssh2 (PECL)
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
 [2019-09-27 08:15 UTC] ian dot zunderdorp at mobiliteitsfabriek dot nl
Description:
------------
From various different connections, downloading https://pecl.php.net/get/ssh2-1.2.tgz is not possible. It results into a 500 internal server error. Initially encountered through pecl install ssh2-alpha.

This only affects version 1.2, the previous version 1.1.2 is still available for download.

Test script:
---------------
curl -i https://pecl.php.net/get/ssh2-1.2.tgz

Expected result:
----------------
HTTP/1.1 200 OK
Date: Fri, 27 Sep 2019 08:13:47 GMT
Server: Apache/2.4.25 (Debian)
Set-Cookie: PHPSESSID=###############; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Disposition: attachment;filename=ssh2-1.2.tgz
Strict-Transport-Security: max-age=31536000
Last-Modified: ##########
ETag: "#############"
Content-Length: ########
Content-Type: application/octet-stream


Actual result:
--------------
HTTP/1.0 500 Internal Server Error
Date: Fri, 27 Sep 2019 08:13:19 GMT
Server: Apache/2.4.25 (Debian)
Set-Cookie: PHPSESSID=############; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Strict-Transport-Security: max-age=31536000
Content-Length: 0
Connection: close
Content-Type: text/html; charset=utf-8


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-09-27 15:00 UTC] cmb@php.net
-Status: Open +Status: Duplicate -Assigned To: +Assigned To: cmb
 [2019-09-27 15:00 UTC] cmb@php.net
Duplicate of bug #78560.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC