|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-16 01:38 UTC] wez@php.net
[2005-11-21 15:28 UTC] invictus at fractalmonkey dot com
[2006-02-27 07:35 UTC] mike@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 11:00:01 2025 UTC |
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.