php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1651 phpinfo's on MYSQL and PGSQL broken since 3.0.10
Submitted: 1999-07-02 11:51 UTC Modified: 1999-07-03 11:50 UTC
From: nobody at quintessenz dot at Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.10 OS: Linus-2.2.10
Private report: No CVE-ID: None
 [1999-07-02 11:51 UTC] nobody at quintessenz dot at
function phpinfo() only shows VARIABLES instead of inserting values:

extract from PHP Version 3.0.>=10   phpinfo() output ... :

Allow persistent links:
Yes
Persistent links:
0/Unlimited
Total links:
0/Unlimited
Client API version:
3.22.23b
Compilation definitions:
MYSQL_INCLUDE=@MYSQL_INCLUDE@
MYSQL_LFLAGS=@MYSQL_LFLAGS@
MYSQL_LIBS=@MYSQL_LIBS@

PostgreSQL
Allow persistent links:
Yes
Persistent links:
0/Unlimited
Total links:
0/Unlimited
Compilation definitions:
PGSQL_INCLUDE=@PGSQL_INCLUDE@
PGSQL_LFLAGS=@PGSQL_LFLAGS@
PGSQL_LIBS=@PGSQL_LIBS@

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-03 11:50 UTC] sas at cvs dot php dot net
fixed in CVS - note that in future these will only display empty strings
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 09:01:31 2024 UTC