|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-03-26 13:07 UTC] tony2001@php.net
[2006-03-26 13:18 UTC] joustin at post dot pl
[2006-03-26 13:27 UTC] joustin at post dot pl
[2006-03-26 13:48 UTC] tony2001@php.net
[2006-03-26 13:57 UTC] joustin at post dot pl
[2006-03-26 16:55 UTC] kleef84 at hotmail dot com
[2006-03-26 21:18 UTC] georg@php.net
[2006-03-27 08:37 UTC] joustin at post dot pl
[2006-04-03 17:45 UTC] vrana@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 10:00:02 2025 UTC |
Description: ------------ MYSQL Client API version 5.0.18 PHP 5.1.2 (cli) (built: Jan 11 2006 16:40:00) Cannot call set_charset method of mysqli object! Reproduce code: --------------- $c = new mysqli('localhost','root','','test'); if($c) var_dump(method_exists($c,'set_charset')); Expected result: ---------------- true Actual result: -------------- false Export Table: Name: LIBMYSQL.dll Time Date Stamp: 0x43B2E430 (2005-12-28 21:14:56) Version: 0.00 Ordinal Base: 1 Number of Functions: 150 Number of Names: 150 Ordinal Entry Point Name [...] 58 0x00014E50 mysql_get_character_set_info 59 0x00014D20 mysql_get_client_info [...] 99 0x00003BB0 mysql_set_character_set [...]