|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-20 08:57 UTC] tony2001@php.net
[2006-10-20 09:39 UTC] serban dot ghita at verasys dot com
[2006-10-20 09:47 UTC] tony2001@php.net
[2006-10-28 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 22:00:01 2025 UTC |
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