|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-03 14:16 UTC] tony2001@php.net
[2006-02-11 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Mar 24 23:00:01 2026 UTC |
Description: ------------ The code below generates a reproducible segmentation fault on every server I've tried it on. Reproduce code: --------------- <? $pspell_link = pspell_new("en", "", "", "utf-8", PSPELL_FAST | PSPELL_RUN_TOGETHER); $suggestions = pspell_suggest($pspell_link, '--'); ?> Expected result: ---------------- Null array, or an error code, but not a dead Apache.