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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
43 - 17 = ?
Subscribe to this entry?

 
 [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: Fri May 03 13:01:32 2024 UTC