ID:               34756
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         PDO related
 Operating System: Mac OS X 10.4
 PHP Version:      5CVS-2005-10-06 (CVS)
 New Comment:

Can't reproduce.
What was your ./configure line ?


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

[2005-10-06 13:59:09] [EMAIL PROTECTED]

Description:
------------
The summary says it all. I upgraded to RC2-dev and noticed that if
something goes wrong and PDO::ERRMODE_EXCEPTION is set I get a Fatal
error.

Reproduce code:
---------------
<?php
$pdo = New PDO(...);
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$pdo->query("SELECT FROM");
?>

Expected result:
----------------
Exception thrown as usual.

Actual result:
--------------
PHP Fatal error:  Exceptions must be valid objects derived from the
Exception base class in ...


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


-- 
Edit this bug report at http://bugs.php.net/?id=34756&edit=1

Reply via email to