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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: holster at iki dot fi
New email:
PHP Version: OS:

 

 [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: Sat Apr 27 03:01:29 2024 UTC