| Anonymous | Login | 2026-04-02 17:37 CEST |
| Main | My View | View Issues |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0004627 | [php5] regular use | minor | always | 2010-12-06 21:24 | 2011-10-23 05:11 | ||
| Reporter | Chris Majewski | View Status | public | ||||
| Assigned To | bwalton | ||||||
| Priority | normal | Resolution | fixed | Platform | |||
| Status | closed | OS | |||||
| Projection | none | OS Version | |||||
| ETA | none | Product Build | |||||
| Summary | 0004627: No http wrapper for fopen? | ||||||
| Description |
Code: $data = file_get_contents('http://cnn.com'); [^] print "DATA:$data:<br/>\n"; produces: DATA::<br/> Error: [Mon Dec 06 20:19:22 2010] [error] [client 132.xx.yy.zz] PHP Notice: file_get_contents() [<a href='function.file-get-contents'>function.file-get-contents</a>]: Unable to find the wrapper "http" - did you forget to enable it when you configured PHP? in /xx/yy/zz.php on line ## [Mon Dec 06 20:19:22 2010] [error] [client 132.xx.yy.zz] PHP Warning: file_get_contents(http://cnn.com) [^] [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in /xx/yy/zz.php on line ## Code to confirm: <?php var_dump(stream_get_wrappers()); ?> Produces: array(4) { [0]=> string(3) "php" [1]=> string(4) "file" [2]=> string(4) "data" [3]=> string(13) "compress.zlib" } No http, should this not be standard? |
||||||
| Steps To Reproduce | |||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0008645) markp (developer) 2010-12-30 14:47 |
It looks like it's provided by CSWphp5curl |
|
(0009156) bwalton (administrator) 2011-06-29 03:58 |
This is fixed in the pending update. Please test packages available here: http://buildfarm.opencsw.org/experimental.html#php5 [^] Thanks -Ben |
|
(0009362) bwalton (administrator) 2011-10-23 05:11 |
Updated packages released to dublin catalog. |
| Copyright © 2000 - 2008 Mantis Group |