[php5 0005164]: http wrapper not found
Mantis Bug Tracker via bug-notifications
bug-notifications at lists.opencsw.org
Tue Apr 15 23:48:30 CEST 2014
The following issue requires your FEEDBACK.
======================================================================
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: feedback
======================================================================
Date Submitted: 2014-04-15 23:43 CEST
Last Modified: 2014-04-15 23:48 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?
======================================================================
----------------------------------------------------------------------
(0010800) dam (administrator) - 2014-04-15 23:48
https://www.opencsw.org/mantis/view.php?id=5164#c10800
----------------------------------------------------------------------
You can see the configure options for php in the build recipe:
https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/php5/trunk/Makefile
Some of the modules for php are factored out to separate packages:
http://www.opencsw.org/packages/
Please take a look at php5_*
More information about the bug-notifications
mailing list