|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-03-09 14:42 UTC] tony2001@php.net
[2006-03-10 10:20 UTC] alidhaey at marqueze dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 29 19:00:01 2025 UTC |
Description: ------------ Function fopen crash script, generating 'Segmentation fault'. Reproduce code: --------------- Content script testcrash.php: <php $file = fopen("http://urlOtherMachine/path2file"); echo "Ok"; ?> php -q testcrash.php Expected result: ---------------- Expected result is test: 'Ok' Actual result: -------------- Segmentation fault