mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
s/depreciated/deprecated/ (as per conversation with Egon and Lars)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32522 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
75965cf3bf
commit
b97eee2d2d
1 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@
|
|||
<command>$conn = pg_connect ("host", "port", "options", "tty",
|
||||
"dbname")
|
||||
</command>
|
||||
has been depreciated.
|
||||
has been deprecated.
|
||||
</para>
|
||||
<para>
|
||||
To use the large object (lo) interface, it is necessary to enclose
|
||||
|
@ -208,7 +208,7 @@ $dbconn3 = pg_Connect ("user=lamb passwd=baaaa dbname=mary ");
|
|||
<command>$conn = pg_connect ("host", "port", "options", "tty",
|
||||
"dbname")
|
||||
</command>
|
||||
has been depreciated.
|
||||
has been deprecated.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>pg_pconnect</function>.
|
||||
|
@ -1094,7 +1094,7 @@ for ($i=0; $i<$num; $i++) {
|
|||
<command>$conn = pg_pconnect ("host", "port", "options", "tty",
|
||||
"dbname")
|
||||
</command>
|
||||
has been depreciated.
|
||||
has been deprecated.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>pg_connect</function>.
|
||||
|
|
Loading…
Reference in a new issue