php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40319 stream context parameters not documented
Submitted: 2007-02-02 07:58 UTC Modified: 2007-02-04 13:24 UTC
From: lsmith@php.net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lsmith@php.net
New email:
PHP Version: OS:

 

 [2007-02-02 07:58 UTC] lsmith@php.net
Description:
------------
if you look at the docs for stream_context_create you are pointed at the docs for stream_context_set_params which point you back to stream_context_create


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-04 13:24 UTC] bjori@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Read it again. params != options.

You are pointed to stream_context_set_params() for params 
you can set.
For a list of options you are pointed to the supported 
protocols/wrappers appendix.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 15:00:02 2025 UTC