ID: 44712 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Streams related Operating System: Linux PHP Version: 5.2.5 -Assigned To: +Assigned To: bjori New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-04-13 22:31:02] [EMAIL PROTECTED] 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)); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44712&edit=1