|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-04-13 22:42 UTC] bjori@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
Description: ------------ stream_context_set_params segfaults on invalid arguments Reproduce code: --------------- <?php $ctx = stream_context_get_default(); stream_context_set_params($ctx, array("options" => 1)); ?>