ID: 32787 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
On a somewhat related note (okay not really), the following entity exists: <!ENTITY info.deprecated.alias 'For downward compatibility, the following deprecated alias may be used: '> In which case the following would belong in the notes refsect: <para> &info.deprecated.alias; <function>pg_clientencoding</function> </para> Previous Comments: ------------------------------------------------------------------------ [2005-04-21 01:36:58] [EMAIL PROTECTED] We use <function> not <literal> for these. If it's decided to not do this then it's a phpdoc wide problem and not specific to the pg_client_encoding() docs. ------------------------------------------------------------------------ [2005-04-21 01:25:36] [EMAIL PROTECTED] renamed ------------------------------------------------------------------------ [2005-04-21 01:24:17] [EMAIL PROTECTED] Description: ------------ Index: pg-client-encoding.xml =================================================================== RCS file: /repository/phpdoc/en/reference/pgsql/functions/pg-client-encoding.xml,v retrieving revision 1.7 diff -u -r1.7 pg-client-encoding.xml --- pg-client-encoding.xml 5 Apr 2005 08:56:09 -0000 1.7 +++ pg-client-encoding.xml 20 Apr 2005 23:22:58 -0000 @@ -31,7 +31,7 @@ version. Refer to the PostgreSQL Documentation supported encodings. </para> <para> - The function used to be called <function>pg_clientencoding</function>. + The function used to be called <literal>pg_clientencoding()</literal>. </para> </note> </refsect1> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32787&edit=1