ID: 39206 Updated by: [EMAIL PROTECTED] Reported By: serban dot ghita at verasys dot com -Status: Open +Status: Feedback Bug Type: CGI related Operating System: Windows XP SP1 PHP Version: 5.1.6 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2006-10-20 09:39:15] serban dot ghita at verasys dot com -------------------- 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 ------------------------------------------------------------------------ [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