ID: 27570
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: Unknown/Other Function
-Operating System: all
+Operating System: *
PHP Version: 5CVS-2004-03-11 (dev)
New Comment:
And the problem is what? (AFAIK, this is the expected behaviour..)
Previous Comments:
------------------------------------------------------------------------
[2004-03-11 11:24:43] [EMAIL PROTECTED]
Description:
------------
Using the given example, PHP exits.
I think the problem is in TIDY_THROW.
Reproduce code:
---------------
<?php
$tidy = tidy_parse_file('bogus.htm');
echo 'ok';
?>
Expected result:
----------------
ok
Actual result:
--------------
(gdb) run bug.php
Starting program: /home/Nuno/php5/sapi/cli/php.exe bug.php
Warning: tidy_parse_file(bogus.htm): failed to open stream: No such
file or dire
ctory in /home/Nuno/php5/sapi/cli/bug.php on line 2
Fatal error: Uncaught exception 'tidy_exception' with message 'Cannot
Load 'bogu
s.htm' into memory ' in /home/Nuno/php5/sapi/cli/bug.php:2
Stack trace:
#0 {main}
thrown in /home/Nuno/php5/sapi/cli/bug.php on line 2
Program exited with code 0377.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27570&edit=1