ID:               27570
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Assigned
+Status:           Closed
 Bug Type:         Unknown/Other Function
 Operating System: *
 PHP Version:      5CVS-2004-03-11 (dev)
 Assigned To:      john
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2004-03-13 20:44:42] [EMAIL PROTECTED]

This isn't really a bug per-se. Tidy is throwing an exception because
it couldn't find the file, if you want to continue operation then you
have to use a try / catch block. The only "bug" here is that when
called from a procedural context tidy should be generating E_WARNINGs
instead of throwing exceptions. 

------------------------------------------------------------------------

[2004-03-13 16:50:18] [EMAIL PROTECTED]

All functions that use TIDY_THROW exit PHP when an error is produced.
Closing PHP just because the file was not found isn't a really good
behaviour :)

------------------------------------------------------------------------

[2004-03-13 04:55:53] [EMAIL PROTECTED]

And the problem is what? (AFAIK, this is the expected behaviour..)



------------------------------------------------------------------------

[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

Reply via email to