php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39206 php cli crashes on tidy_parse_string
Submitted: 2006-10-20 07:50 UTC Modified: 2006-10-28 01:00 UTC
From: serban dot ghita at verasys dot com Assigned:
Status: No Feedback Package: Tidy (PECL)
PHP Version: 5.1.6 OS: Windows XP SP1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: serban dot ghita at verasys dot com
New email:
PHP Version: OS:

 

 [2006-10-20 07:50 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-20 08:57 UTC] tony2001@php.net
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 09:39 UTC] 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 09:47 UTC] tony2001@php.net
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.


 [2006-10-28 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC