|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-05-22 08:14 UTC] bjori@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 13:00:02 2026 UTC |
Description: ------------ If I enter mysqli_set_charset in the input field "search for" in function list, I expect to get http://www.php.net/manual/de/mysqli.set-charset.php Instead I get http://www.php.net/manual/de/function.mysql-set-charset.php which is definitely the wrong result. Reproduce code: --------------- mysqli_set_charset Expected result: ---------------- http://www.php.net/manual/de/mysqli.set-charset.php Actual result: -------------- http://www.php.net/manual/de/function.mysql-set-charset.php