|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-04 17:50 UTC] felipe@php.net
[2008-10-05 00:19 UTC] daniel at morante dot net
[2008-10-25 13:02 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 10:00:02 2025 UTC |
Description: ------------ gethostbyname() on CLI will cause "Segmentation fault: 11 (core dumped)' when pspell extension is enabled. Reproduce code: --------------- 1) "test.php" Contains <?php echo gethostbyname('www.google.com'); ?> 2) run "/usr/local/bin/php test.php" Expected result: ---------------- 74.125.45.103 Actual result: -------------- 74.125.45.103Segmentation fault: 11 (core dumped)