From d8ad991022845d1600103d53d7f9ab8260f05631 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 9 Aug 1999 20:06:15 +0000 Subject: [PATCH] Another typo. --- ext/pgsql/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index df2ff36bab..4f3b83ba98 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -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) { -- 2.40.0