ID:               35135
 Updated by:       [EMAIL PROTECTED]
 Reported By:      phpbug20051107 at spam dot dusty dot org
-Status:           Open
+Status:           Feedback
 Bug Type:         PDO related
 Operating System: windows xp
 PHP Version:      5.1.0RC4
-Assigned To:      
+Assigned To:      wez
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip




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

[2005-11-07 08:00:15] phpbug20051107 at spam dot dusty dot org

Description:
------------
If a PDOStatement is directly constructed (new PDOStatment()) and then
any member of that instance accessed, Apache2 will crash.

Reproduce code:
---------------
<?php

$s = new PDOStatement();
$s->errorInfo();  // <-- apache crashes

?>

Expected result:
----------------
An error, warning, or notice generated when PDOStatment is constructed
directly.

Actual result:
--------------
Apache crashes:

Faulting application Apache.exe, version 2.0.54.0, faulting module
php_pdo.dll, version 5.1.0.0, fault address 0x00005508.


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


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

Reply via email to