Added changed made for PHP 4.3.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76896 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yasuo Ohgaki 2002-04-07 05:07:29 +00:00
parent 15119771f9
commit 8da406770d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.75 $ -->
<!-- $Revision: 1.76 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@ -1119,9 +1119,24 @@ for ($i=0; $i < $num; $i++) {
recommended even if you are not using
<function>pg_last_notice</function>.
</para>
<para>
This function is fully implemented in PHP 4.3.0. PHP earlier than
PHP 4.3.0 ignores database connection parameter.
</para>
</warning>
<para>
See also <function>pg_query</function> and <function>pg_last_error</function>.
Notice message tracking can be set to optional setting 1 for
<literal>pgsql.ignore_notice</literal> ini from PHP 4.3.0.
</para>
<para>
Notice message logging can be set to optional setting 0 for
<literal>pgsql.log_notice</literal> ini from PHP 4.3.0. Unless
<literal>pgsql.ignore_notice</literal> is set to 0, notice message
cannot be logged.
</para>
<para>
See also <function>pg_query</function> and
<function>pg_last_error</function>.
</para>
</refsect1>
</refentry>