php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #16618 more mysql module info in phpinfo();
Submitted: 2002-04-15 08:51 UTC Modified: 2002-07-21 14:40 UTC
From: Xuefer at 21cn dot com Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 4.2.0 OS: all
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: Xuefer at 21cn dot com
New email:
PHP Version: OS:

 

 [2002-04-15 08:51 UTC] Xuefer at 21cn dot com
info about mysql module in phpinfo() output
should provide more information:

build-in charset ....
available charset ....
ssl-support YES/NO

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-17 16:11 UTC] georg@php.net
Currently it is not possible to determine the charsets, cause there is no api-function available for that.
I'll send a feature request to internal@lists.mysql.com

Georg
 [2002-07-21 14:40 UTC] georg@php.net
Currently no more libmysql-client functionality will be implemented in the near future (mail from P. Zaitsev, MySQL AB).

To check the current character set, you can use mysql_character_set_name, which requires an active connection.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC