mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix GH-1572: Not specifying the pgsql connection parameter is deprecated
This commit is contained in:
parent
ad618eea48
commit
85b2c17bff
1 changed files with 4 additions and 2 deletions
|
@ -1787,12 +1787,14 @@ PHP as of PHP '>
|
|||
<!ENTITY pgsql.parameter.connection-with-unspecified-default '<para xmlns="http://docbook.org/ns/docbook">An <classname>PgSql\Connection</classname> instance.
|
||||
When <parameter>connection</parameter> is unspecified, the default connection is used.
|
||||
The default connection is the last connection made by <function>pg_connect</function>
|
||||
or <function>pg_pconnect</function>.</para>'>
|
||||
or <function>pg_pconnect</function>.
|
||||
<warning><simpara>As of PHP 8.1.0, using the default connection is deprecated.</simpara></warning></para>'>
|
||||
|
||||
<!ENTITY pgsql.parameter.connection-with-nullable-default '<para xmlns="http://docbook.org/ns/docbook">An <classname>PgSql\Connection</classname> instance.
|
||||
When <parameter>connection</parameter> is &null;, the default connection is used.
|
||||
The default connection is the last connection made by <function>pg_connect</function>
|
||||
or <function>pg_pconnect</function>.</para>'>
|
||||
or <function>pg_pconnect</function>.
|
||||
<warning><simpara>As of PHP 8.1.0, using the default connection is deprecated.</simpara></warning></para>'>
|
||||
|
||||
<!ENTITY pgsql.parameter.result '<para xmlns="http://docbook.org/ns/docbook">An <classname>PgSql\Result</classname> instance, returned by <function>pg_query</function>,
|
||||
<function>pg_query_params</function> or <function>pg_execute</function>(among others).</para>'>
|
||||
|
|
Loading…
Reference in a new issue