php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21264 mysql_connect() show false NONEXISTENT character warning
Submitted: 2002-12-29 08:08 UTC Modified: 2002-12-29 11:32 UTC
From: avatar at nm dot ru Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.3.0 OS: WINXP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: avatar at nm dot ru
New email:
PHP Version: OS:

 

 [2002-12-29 08:08 UTC] avatar at nm dot ru
mysql_connect() show warning message into apache log-file about NONEXISTENT character set from when the server's default character set != latin1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-29 08:14 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.
 [2002-12-29 08:44 UTC] avatar at nm dot ru
In all variants set default-character-set in mysql config
mysql_client_encoding() return "latin1", but othe (non php) mysql client's return realy character

bogus in mysql?
 [2002-12-29 10:58 UTC] georg@php.net
Current bundled libmysql only supports latin1 charsets.
To use other charsets you have to compile php with external libmysql.

This bug was already supported (#16619).
 [2002-12-29 11:32 UTC] georg@php.net
changed status
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 01:01:28 2024 UTC