Edit report at https://bugs.php.net/bug.php?id=55776&edit=1
ID: 55776 User updated by: grinyad at mail dot ru Reported by: grinyad at mail dot ru Summary: PDORow to session bug -Status: Feedback +Status: Open Type: Bug Package: Session related Operating System: Windows XP PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: Is a Apache crash. It gives a CGI/FastCGI Send/Don't Send window. http://img171.imageshack.us/img171/3953/57126366.jpg After few minutes is crashing apache server: http://img840.imageshack.us/img840/2981/21231006.jpg Previous Comments: ------------------------------------------------------------------------ [2011-09-24 19:24:29] ahar...@php.net What do you mean by "crashing"? Is the actual PHP process crashing, or are you just getting an error message because PDO statements aren't serialisable (which is expected)? ------------------------------------------------------------------------ [2011-09-24 19:21:08] grinyad at mail dot ru Description: ------------ <?php // make a Pdo_Mysql statement before $result = $stmt->fetch(PDO::FETCH_LAZY); session_start(); $_SESSION['PDORow'] = $result; ?> Is crashing on next request after saving PDORow to session on session_start() ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55776&edit=1