[php5 0005164]: http wrapper not found

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Tue Apr 15 23:43:47 CEST 2014


The following issue has been SUBMITTED. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5164 
====================================================================== 
Reported By:                ace808
Assigned To:                
====================================================================== 
Project:                    php5
Issue ID:                   5164
Category:                   regular use
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-04-15 23:43 CEST
Last Modified:              2014-04-15 23:43 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?
======================================================================



More information about the bug-notifications mailing list