From 832c21cabfb6a54a0961f044d77987d166beb97c Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sat, 15 Feb 2014 16:31:43 +0900 Subject: Refactor and cleanup. WS is cleaned up. Use -b if it is needed. Added compatibility macros, PQescapeStringConn, PGSQLescapeLiteral/Identifier, PGSQLfree. --- ext/pgsql/php_pgsql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 12d6cfdead..d0853d603e 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -16,7 +16,7 @@ | Jouni Ahto | +----------------------------------------------------------------------+ */ - + /* $Id$ */ #ifndef PHP_PGSQL_H -- cgit v1.2.1