]> granicus.if.org Git - php/commitdiff
Make PostgreSQL compile again
authorZeev Suraski <zeev@php.net>
Sat, 25 Dec 1999 23:59:14 +0000 (23:59 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 25 Dec 1999 23:59:14 +0000 (23:59 +0000)
ext/pgsql/pgsql.c

index 7c652c2d40f58f41e1a1e15333add57067d414e1..396f99f68ae86ee3a9e86d10fcbdd679a1dbf9a0 100644 (file)
@@ -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}
 };