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
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: 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 18:01:30 2024 UTC