php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #43626 Missing wrapper specific options
Submitted: 2007-12-18 16:44 UTC Modified: 2007-12-18 17:53 UTC
From: user at example dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2007-12-18 16:44 UTC] user at example dot com
Description:
------------
There are several references within the stream functions pages which say to refer to the List of Supported Protocols/Wrappers, claiming that the list of "wrapper specific options" are described there.  They are not.  After searching the PHP documentation for over an hour, I cannot find them described anywhere.

Reproduce code:
---------------
Visit any of several streams doc pages, e.g.:

http://www.php.net/manual/en/function.stream-context-create.php

Expected result:
----------------
List of wrapper specific options, as cross-referenced in several other places.

Actual result:
--------------
No such list, no hints, no example, nothing.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-12-18 17:53 UTC] felipe@php.net
Accessing the TOC links (in "List of Supported Protocols/Wrappers"):
- http://www.php.net/manual/en/wrappers.http.php 
- http://www.php.net/manual/en/wrappers.ftp.php
- http://www.php.net/manual/en/wrappers.ssh2.php
- http://www.php.net/manual/en/wrappers.audio.php

You will find "Context options" table.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 06:00:02 2026 UTC