php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #62768 Incorrect code on Example #1, charsets
Submitted: 2012-08-07 11:21 UTC Modified: 2012-11-16 14:02 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: oubee1 at gmail dot com Assigned: krakjoe (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: oubee1 at gmail dot com
New email:
PHP Version: OS:

 

 [2012-08-07 11:21 UTC] oubee1 at gmail dot com
Description:
------------
http://www.php.net/manual/en/mysqlinfo.concepts.charset.php 

Example#1 states
$mysqli->set_charset('utf8')) {
instead of
$mysqli->set_charset('utf8');


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-11-16 14:00 UTC] krakjoe@php.net
Automatic comment from SVN on behalf of krakjoe
Revision: http://svn.php.net/viewvc/?view=revision&revision=328380
Log: bug #62768
 [2012-11-16 14:02 UTC] krakjoe@php.net
The fix for this bug has been committed. Since the websites are not directly
updated from the repository, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 [2012-11-16 14:02 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: krakjoe
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC