php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45541 Search for mysqli_set_charset leads to mysql_set_charset
Submitted: 2008-07-17 08:19 UTC Modified: 2009-05-22 08:14 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: vinzenzmai at web dot de Assigned: philip (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: irrelevant
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: vinzenzmai at web dot de
New email:
PHP Version: OS:

 

 [2008-07-17 08:19 UTC] vinzenzmai at web dot de
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-22 08:14 UTC] bjori@php.net
Fixed few weeks ago
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 14:00:01 2026 UTC