|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-05-05 02:05 UTC] mike@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 14:00:01 2025 UTC |
Description: ------------ Segmentation fault when passing invalid port in url to http_get() How to reproduce: http_get('http://example.com:100000/'); PHP Warning: http_get(): Could not parse URL (http://example.com:100000/) Segmentation fault (core dumped) Reproduce code: --------------- How to reproduce: http_get('http://example.com:100000/'); PHP Warning: http_get(): Could not parse URL (http://example.com:100000/) Segmentation fault (core dumped) Expected result: ---------------- Only the warning that it can parse URL and not the seg fault :)