php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56646 Segfaults on persistent mode
Submitted: 2005-11-14 08:41 UTC Modified: 2006-02-27 07:35 UTC
From: holster at iki dot fi Assigned:
Status: No Feedback Package: PDO_PGSQL (PECL)
PHP Version: 5.0.3 OS: Debian unstable
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
20 - 10 = ?
Subscribe to this entry?

 
 [2005-11-14 08:41 UTC] holster at iki dot fi
Description:
------------
pgsql driver makes apache segfault, if persistent mode is 
used. 

Test script:
---------------
$pdo = new PDO('pgsql:dbname=database;host=localhost', 'username', array(PDO::ATTR_PERSISTENT => true));


Expected result:
----------------
No segfault. 

Actual result:
--------------
Segfault. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-16 01:38 UTC] wez@php.net
Is PDO compiled statically into your apache?
Can you provide a backtrace?
 [2005-11-21 15:28 UTC] invictus at fractalmonkey dot com
I'm having the same problem, though I'm just running my script from the command line and php is segfaulting.
I'm using PostgreSQL 8.0.3 and PHP 5.0.5 with PDO dynamically linked.
 [2006-02-27 07:35 UTC] mike@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 21:01:29 2024 UTC