summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>1999-08-09 20:06:15 +0000
committerEgon Schmid <eschmid@php.net>1999-08-09 20:06:15 +0000
commitd8ad991022845d1600103d53d7f9ab8260f05631 (patch)
tree495746788fbc3a383488b4a890344129a2b77796 /ext/pgsql
parent4bfcb29c46e901452f5234a322587198bfb00c8f (diff)
downloadphp-git-d8ad991022845d1600103d53d7f9ab8260f05631.tar.gz
Another typo.
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/pgsql.c2
1 files changed, 1 insertions, 1 deletions
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)
{