ID: 39206 User updated by: serban dot ghita at verasys dot com Reported By: serban dot ghita at verasys dot com -Status: Feedback +Status: Open Bug Type: CGI related Operating System: Windows XP SP1 PHP Version: 5.1.6 New Comment:
-------------------- AppName: php.exe AppVer: 5.2.0.0 ModName: php_tidy.dll ModVer: 5.2.0.0 Offset: 00015469 ------------------- i'll try to recompile php on unix later, with the cvs version, to see if the same thing happens Previous Comments: ------------------------------------------------------------------------ [2006-10-20 08:57:00] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip ------------------------------------------------------------------------ [2006-10-20 07:50:13] serban dot ghita at verasys dot com Description: ------------ running PHP 5.1.6.6 from the cli on Windows XP. i parse some html strings, and then i run a tidy check on the code: ----------------------- $config_tidy = array("show-errors" => 1, "accessibility-check" => 0); $tidy = tidy_parse_string($arr['html'], $config_tidy, 'utf8'); ----------------------- On a certain html code that is contained in $arr['html'] it crashes: "Windows has encountered and error" ----------------------- AppName: php.exe AppVer: 5.1.6.6 ModName: php_tidy.dll ModVer: 5.1.6.6 Offset: 00015819 ----------------------- Reproduce code: --------------- //$arr['html'] - contains html code (0-400 lines) $config_tidy = array("show-errors" => 1, "accessibility-check" => 0); $tidy = tidy_parse_string($arr['html'], $config_tidy, 'utf8'); Expected result: ---------------- the script should parse the html code just fine. Actual result: -------------- the debug info returned: http://sasa.verasys.ro/a932_appcompat.xml ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39206&edit=1
