From: esigners_daily at yahoo dot com Operating system: windows PHP version: 5.3.0beta1 PHP Bug Type: *General Issues Bug description: [chm] bug on function.pspell-check.html
Description: ------------ <?php ob_start(); set_time_limit(30); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <?php $pspell_link = pspell_new("en"); if (pspell_check($pspell_link, "testt")) { echo "This is a valid spelling"; } else { echo "Sorry, wrong spelling"; } ?> <a href="#">click</a> </body> </html> <?php ob_end_flush(); ?> -- Edit bug report at http://bugs.php.net/?id=47462&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=47462&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=47462&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=47462&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=47462&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=47462&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=47462&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=47462&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=47462&r=needscript Try newer version: http://bugs.php.net/fix.php?id=47462&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=47462&r=support Expected behavior: http://bugs.php.net/fix.php?id=47462&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=47462&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=47462&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=47462&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=47462&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=47462&r=dst IIS Stability: http://bugs.php.net/fix.php?id=47462&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=47462&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=47462&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=47462&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=47462&r=mysqlcfg