[php5 0005164]: http wrapper not found
Mantis Bug Tracker via bug-notifications
bug-notifications at lists.opencsw.org
Sat Oct 8 22:42:08 CEST 2016
The following issue has been CLOSED
======================================================================
https://www.opencsw.org/mantis/view.php?id=5164
======================================================================
Reported By: ace808
Assigned To: dam
======================================================================
Project: php5
Issue ID: 5164
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2014-04-15 23:43 CEST
Last Modified: 2016-10-08 22:42 CEST
======================================================================
Summary: http wrapper not found
Description:
Trying to use composer to update php libraries yeilds an error:
Unable to find the wrapper "http" - did you forget to enable it when you
configured PHP?
Executing var_dump(stream_get_wrappers()); yeilds
array(10) {
[0]=>
string(13) "compress.zlib"
[1]=>
string(14) "compress.bzip2"
[2]=>
string(5) "https"
[3]=>
string(4) "ftps"
[4]=>
string(3) "php"
[5]=>
string(4) "file"
[6]=>
string(4) "glob"
[7]=>
string(4) "data"
[8]=>
string(3) "zip"
[9]=>
string(4) "phar"
}
There's no http wrapper. Is there some sort of way to add it?
======================================================================
----------------------------------------------------------------------
(0011202) dam (administrator) - 2016-10-08 22:42
https://www.opencsw.org/mantis/view.php?id=5164#c11202
----------------------------------------------------------------------
This is fixed in CSWphp5-curl 5.6.26,REV=2016.10.07
More information about the bug-notifications
mailing list