From: Egon Schmid <eschmid@php.net>
Date: Mon, 9 Aug 1999 20:06:15 +0000 (+0000)
Subject: Another typo.
X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~414
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8ad991022845d1600103d53d7f9ab8260f05631;p=php

Another typo.
---

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)
 {