php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32819 pg_client_encoding() documentation typo
Submitted: 2005-04-25 05:43 UTC Modified: 2005-04-25 08:17 UTC
From: btherl at yahoo dot com dot au Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Windows XP
Private report: No CVE-ID: None
 [2005-04-25 05:43 UTC] btherl at yahoo dot com dot au
Description:
------------
The online documentation for pg_client_encoding() at http://www.php.net/manual/en/function.pg-client-encoding.php contains the sentence

"If libpq is compiled without multibyte encoding support, pg_set_client_encoding() always return "SQL_ASCII"."

It should be:

"If libpq is compiled without multibyte encoding support, pg_client_encoding() always returns "SQL_ASCII"."

Reproduce code:
---------------
N/A

Expected result:
----------------
N/A

Actual result:
--------------
N/A

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-25 08:17 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 30 11:00:03 2025 UTC