From 7d2d48e116077e80e6207f4c93a9ed07e3fa129f Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 25 Dec 1999 23:59:14 +0000 Subject: Make PostgreSQL compile again --- ext/pgsql/pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pgsql') diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 7c652c2d40..396f99f68a 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -69,7 +69,7 @@ function_entry pgsql_functions[] = { PHP_FE(pg_loopen, NULL) PHP_FE(pg_loclose, NULL) PHP_FE(pg_loread, NULL) - PHP_FE(pg_write, NULL) + PHP_FE(pg_lowrite, NULL) PHP_FE(pg_loreadall, NULL) {NULL, NULL, NULL} }; -- cgit v1.2.1