php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1379 PHP3 does not return full pages when databases are accessed
Submitted: 1999-05-06 05:21 UTC Modified: 1999-05-06 11:19 UTC
From: bueltemann at adinfo dot de Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.5 OS: debian Linux 2.0 (Kernel 2.0.36)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bueltemann at adinfo dot de
New email:
PHP Version: OS:

 

 [1999-05-06 05:21 UTC] bueltemann at adinfo dot de
I run Apache 1.3.3/PHP2/PHP 3.0.5 on a Linux -2.0.36/i486 machine, everythings fine.
I run Apache 1.3.3/PHP2/PHP 3.05 on a Linux-2.0.36/i586 SMP-machine, database access is weird.

The httpd and php3 are configured the same:
---->8-------
Apache 1.3.3
PHP version 2.0.1
PHP Version 3.0.5
--with-pgsql (Postgres 6.3.2)
--with-msql (mSQL 2.0)
--with-mysql(mySQL 3.21.30)
--with-gd (GD 1.3)
--with-zlib (zlib 1.1.1)
--with-ldap(Open LDAP 1.2)

On the i486 all works fine.
On the SMP-machine (2* Pentium 90/128 MB) the parses pages are not fully returned to the client, when a database is accessed. The datas are retrieved, but the page ist not fully returned.

Both machines access the same database servers over the network.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-06 11:19 UTC] eschmid at cvs dot php dot net
I cannot see your problem with performance. Install your database server
local and make use of your Unix socket's.

-Egon 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 10:01:28 2025 UTC