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

Thanks; I meant to mention that I'd tried the most recent snap before
submitting. I just tried again from the latest snap and received the
same results.


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

[2005-11-07 15:28:55] [EMAIL PROTECTED]

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



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

[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