ID: 31294
User updated by: megabrain at fight-club dot ru
Reported By: megabrain at fight-club dot ru
-Status: Feedback
+Status: Open
Bug Type: MySQL related
Operating System: Windows 2003
PHP Version: 5.0.3
New Comment:
example:
php 5.0.2
$result=mysql_query("select ru_name from mtable");
$runame=mysql_result($result,0,"ru_name");
print $runame;
output: ����
php 5.0.3
$result=mysql_query("select ru_name from mtable");
$runame=mysql_result($result,0,"ru_name");
print $runame;
output: ????
database is UTF8
Previous Comments:
------------------------------------------------------------------------
[2004-12-26 01:00:02] [EMAIL PROTECTED]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2004-12-25 14:48:23] megabrain at fight-club dot ru
Description:
------------
I dont know wy it happens..
Trivia:
MySQL 4.1.8
Base with CP1251 support
PHP 5.0.3
Loaded mysql (not mysqli) extensions..
Any queries to base returns "?" where russian chars in base..
version 5.0.2 dont have this problems
But under Apache2 with php loaded as module no problems too..
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=31294&edit=1