php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #601 phpinfo() returns an empty page
Submitted: 1998-07-30 16:48 UTC Modified: 1998-09-19 14:34 UTC
From: hunter at gpc dot peachnet dot edu Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.2a OS: Digital Unix 4.0B
Private report: No CVE-ID: None
 [1998-07-30 16:48 UTC] hunter at gpc dot peachnet dot edu
Problem:
phpinfo() returns an empty page to the web browser, according to Netscape, and IE4 gives a:
"The server returned an invalid or unrecognized response" error.  There is no evidence of a
crash in the log files, and all other php3 functions I've tried seem to work just fine.  We're
running PHP 3.0.2a as an Apache 1.2.6 module, with no php3.ini file.

Sample Script:
<?php phpinfo(); ?>

Configure Options (from do-conf):
./configure --with-apache=/u/staff/douglas/src/net/www/apache_1.2.6 --with-gd=/usr/local --with-mysql=/usr/local/mysql --with-msql --with-pgsql --with-ldap=/u/staff/douglas/nt/ldap/ldap3 --with-config-file-path=/usr/local/lib/configs --with-system-regex=yes --enable-bcmath=yes --enable-track-vars


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-19 14:34 UTC] zeev
The trace suggests this is a bug in ldap_version()
(3rd party function)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 05:01:28 2024 UTC