ID: 34456 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Pspell related Operating System: * PHP Version: 5CVS-2005-09-10 (CVS) New Comment:
I've used pspell extensively with 0.5 lib and never seen a crash pertaining to the demonstrate code. Previous Comments: ------------------------------------------------------------------------ [2005-09-10 14:49:02] [EMAIL PROTECTED] Description: ------------ The pspell extension segfaults with (at least) aspell 0.50.x. Although aspell 0.60.x doesn't, there is a problem in PHP code. Patch: http://mega.ist.utl.pt/~ncpl/php_pspell_patch.txt Reproduce code: --------------- all pspell_config_xx() segfault. <? $p=pspell_new('en'); pspell_config_mode($p, PSPELL_FAST); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34456&edit=1