php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10315 PHPINFO() Reports wrong info
Submitted: 2001-04-13 01:41 UTC Modified: 2001-04-13 02:06 UTC
From: patrickolson at qwest dot net Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.4pl1 OS: Win98
Private report: No CVE-ID: None
 [2001-04-13 01:41 UTC] patrickolson at qwest dot net
windows98
apache 1.3.19
LoadModule php4_module d:/php/sapi/php4apache.dll
phpinfo() is reporting wrong info
under MySql
it's reporting 
Client api version as 3.23.22-beta I have 3.23.33 installed
under Apache
Version reported is 1.3.14 
Release 10314100
API Version 19990320
while SERVER_SIGNATURE Apache/1.3.19

CGI mode reports wrong MySql client version

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-13 02:06 UTC] rasmus@php.net
It is reporting the version of the MySQL client API that PHP was compiled against.  The version of the MySQL server you have installed is completely irrelevant.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC