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
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: ian dot zunderdorp at mobiliteitsfabriek dot nl
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Nov 24 21:01:35 2024 UTC