From f452a2b3e4e4279b27594a8ddb66525442d59227 Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Fri, 19 Aug 2011 10:22:38 +0200 Subject: Imported Upstream version 5.3.7 --- ext/pgsql/pgsql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pgsql') diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 1cbe98680..d6dea8e6f 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: pgsql.c 306939 2011-01-01 02:19:59Z felipe $ */ +/* $Id: pgsql.c 313665 2011-07-25 11:42:53Z felipe $ */ #include @@ -697,7 +697,7 @@ const zend_function_entry pgsql_functions[] = { PHP_FALIAS(pg_clientencoding, pg_client_encoding, arginfo_pg_client_encoding) PHP_FALIAS(pg_setclientencoding, pg_set_client_encoding, arginfo_pg_set_client_encoding) #endif - {NULL, NULL, NULL} + PHP_FE_END }; /* }}} */ -- cgit v1.2.3