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
 [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

Pull Requests

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: Thu Sep 19 02:01:28 2024 UTC