php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #37868 specifing client encoding at connect time or using separate function
Submitted: 2006-06-21 05:13 UTC Modified: 2006-11-11 00:44 UTC
From: lacak at users dot sourceforge dot net Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 5.1.4 OS: Windows
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: lacak at users dot sourceforge dot net
New email:
PHP Version: OS:

 

 [2006-06-21 05:13 UTC] lacak at users dot sourceforge dot net
Description:
------------
It will be very useful, if there will be possibility (other, than compile libmysql) specify client encoding during connection (in mysql_connect) or later for example using mysql_client_encoding([resource],'latin2');


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-11 00:44 UTC] tony2001@php.net
You can use mysql_query("SET CHARACTER SET <..>"); and mysql_query("SET NAMES <..>"); for that.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 18 14:00:02 2025 UTC