php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1382 PHP3 does not return full pages on database-access
Submitted: 1999-05-06 10:15 UTC Modified: 1999-12-13 16:05 UTC
From: bueltemann at adinfo dot de Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 3.0.7 OS: Linux 2.0.36/SMP
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bueltemann at adinfo dot de
New email:
PHP Version: OS:

 

 [1999-05-06 10:15 UTC] bueltemann at adinfo dot de
I was able to recreate the problem with PHP3.0.7 and Apache 1.3.6

I found a work-around:

I access as PostgreSQL-DBMS.

At the end of the script i use
pg_close($conn_id);

Comment this out, and the page is fully returned.
Seems to me, this is an performance problem with SMP?

I use a Dual-P90 with 128MB RAM..

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-01 15:22 UTC] jim at cvs dot php dot net
Seems more likely a PosgreSQL support problem.

Reclassifying the bug.
 [1999-06-03 11:31 UTC] jim at cvs dot php dot net
We need a sample script.

One thing to double-check is that you're not getting an
error that truncates the page -- if you're using Netscape,
it doesn't render partial tables, so the error could end
up being hidden.

Also, if the server is dumping core, a backtrace would
be helpful. See http://bugs.php.net/bugs-generating-backtrace.php3
for instructions.
 [1999-12-13 16:05 UTC] joey at cvs dot php dot net
Closing due to lack of info
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 04:01:27 2024 UTC