[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: fixed pgsql resource name.
From:       Yoshinari Takaoka <noreply () php ! net>
Date:       2021-09-30 19:50:35
Message-ID: 9wXjYDUK3aR1BZ3kOgxkGXKMYo2ZvgTiB7g1cT5NT34 () main ! php ! net
[Download RAW message or body]

Author: Yoshinari Takaoka (mumumu)
Date: 2021-10-01T04:50:30+09:00

Commit: https://github.com/php/doc-en/commit/485e0b4b4426d607dedf46f5b30df4011102dd73
Raw diff: https://github.com/php/doc-en/commit/485e0b4b4426d607dedf46f5b30df4011102dd73.diff

fixed pgsql resource name.

Changed paths:
  M  appendices/migration81/incompatible.xml


Diff:

diff --git a/appendices/migration81/incompatible.xml b/appendices/migration81/incompatible.xml
index 7cb5fc9144..a018b9e315 100644
--- a/appendices/migration81/incompatible.xml
+++ b/appendices/migration81/incompatible.xml
@@ -125,21 +125,21 @@ var_dump(B::counter()); // int(4), previously int(2)
     <para>
      The <link linkend="book.pgsql">PgSQL</link> functions now accept and return,
      respectively, <classname>PgSql\Connection</classname> objects instead of
-     <literal>ppgsql link</literal> &resource;s.
+     <literal>pgsql link</literal> &resource;s.
     </para>
    </listitem>
    <listitem>
     <para>
      The <link linkend="book.pgsql">PgSQL</link> functions now accept and return,
      respectively, <classname>PgSql\Result</classname> objects instead of
-     <literal>ppgsql result</literal> &resource;s.
+     <literal>pgsql result</literal> &resource;s.
     </para>
    </listitem>
    <listitem>
     <para>
      The <link linkend="book.pgsql">PgSQL</link> functions now accept and return,
      respectively, <classname>PgSql\Lob</classname> objects instead of
-     <literal>ppgsql large object</literal> &resource;s.
+     <literal>pgsql large object</literal> &resource;s.
     </para>
    </listitem>
    <listitem>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic