Another typo.

This commit is contained in:
Egon Schmid 1999-08-09 20:06:15 +00:00
parent 4bfcb29c46
commit d8ad991022

View File

@ -366,7 +366,7 @@ PHP_FUNCTION(pgsql_connect)
}
/* }}} */
/* {{{ proto int pg_connect([string connection_string] | [string host, string port, [string options, [string tty,]] string database)
/* {{{ proto int pg_pconnect([string connection_string] | [string host, string port, [string options, [string tty,]] string database)
Open a persistent PostgreSQL connection */
PHP_FUNCTION(pgsql_pconnect)
{