From:             todd at magnifisites dot com
Operating system: Windows
PHP version:      5.2.9
PHP Bug Type:     Pspell related
Bug description:  faulting module aspell-15.dll

Description:
------------
The latest version of the bundled aspell-15.dll in the PHP Windows
distribution (versions > 5.2.6, including latest 5.2.9.9) fails with an
Application error code "faulting module aspell-15.dll" when attempting to
use pspell functions.

Reproduce code:
---------------
<?php
$pspell_link = pspell_new("en");
if (pspell_check($pspell_link, "testt")) {
    echo "This is a valid spelling";
} else {
    echo "Sorry, wrong spelling";
}
?>

Expected result:
----------------
On PHP 5.2.6 and earlier installations the result is:

    Sorry, wrong spelling

The same output is expected.

Actual result:
--------------
The latest version of the bundled aspell-15.dll in the PHP Windows
distribution (versions > 5.2.6, including latest 5.2.9.9) fails with the
following Application error code when executing a script via the Apache
http server (here we are using Apache 2.2.8.0, but can be reproduced on
later versions of Apache as well, see notes below):

Faulting application httpd.exe, version 2.2.8.0, faulting module
aspell-15.dll, version 0.0.0.0, fault address 0x0008cef6.

I tested this on Apache 2.2.10.0 and PHP 5.2.8 for Windows with the same
results.

Running a script from the command line:
        php -f pspell.php
returns a similar error:

Faulting application php.exe, version 5.2.9.9, faulting module
aspell-15.dll, version 0.0.0.0, fault address 0x0008cef2.

-- 
Edit bug report at http://bugs.php.net/?id=47864&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=47864&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=47864&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=47864&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=47864&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=47864&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=47864&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=47864&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=47864&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=47864&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=47864&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=47864&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=47864&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=47864&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=47864&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=47864&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=47864&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=47864&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=47864&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=47864&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=47864&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=47864&r=mysqlcfg

Reply via email to