ID: 28578
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Assigned
Bug Type: Unknown/Other Function
Operating System: win
PHP Version: 5CVS-2004-05-30 (dev)
-Assigned To:
+Assigned To: john
New Comment:
Works for me on linux, assigning to the maintainer.
Previous Comments:
------------------------------------------------------------------------
[2004-05-30 22:36:58] jed at jed dot bz
Heh, sorry. That would be 0xC0000005.
------------------------------------------------------------------------
[2004-05-30 22:35:07] jed at jed dot bz
PHP 5.0.0RC2. Run via CLI.
I was able to reproduce this bug. My gut feeling, which I will check
after I submit this debug info (I have the debugger attached at
present), is that <?php ?> will parse correctly.
Unhandled exception in php.exe (PHP_TIDY.DLL): 0xC00000005: Access
Violation.
Unfortunately, I do not have the debug build of PHP. Best I can offer
you is this:
PHP_TIDY! 00ab93fe()
That's my call stack. Sorry. I'll get the debug version of PHP and
recheck this later, if I remember.
Rechecking my initial gut suspicion, this piece of code works fine.
$tidy = tidy_parse_string('<?php ?>');
My advice at present is to not use short tags in tidy-parsed code, as
tidy's logic probably does not recognize <? ?> and attempts to parse
it.
However, a worthy problem for looking into.
------------------------------------------------------------------------
[2004-05-30 14:14:01] [EMAIL PROTECTED]
Description:
------------
Using the provided script, PHP segfaults.
Reproduce code:
---------------
<?php
$tidy = tidy_parse_string('<? ?>');
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28578&edit=1