|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-13 12:12 UTC] thies@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 12:00:01 2025 UTC |
Since it seems that this version (4.0.3pl1) doesn't allow multiple PostgreSQL connections at the same time as earlier versions (this must be a bug), I had to change one line in the PHP code. So I recommend everyone who is going to compile PHP 4.0.3pl to do this: Added one line in ext/pgsql/pgsql.c after -> if (PGG(default_link)!=-1) { Add this line after that line -> if (PGG(default_link)==id) return; Someone, please update PHP so it doesn't include this bug anymore, its very nasty and messed up a lot of our websites which is using database a lot.