diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2014-02-15 16:31:43 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2014-02-15 18:20:58 +0900 |
commit | 832c21cabfb6a54a0961f044d77987d166beb97c (patch) | |
tree | 1cb90af1904115bdb4dc5870fdfa24f38b923007 /ext/pgsql/php_pgsql.h | |
parent | 5cc851e83e8feff5a84aac7db88da186f5bc59ba (diff) | |
download | php-git-832c21cabfb6a54a0961f044d77987d166beb97c.tar.gz |
Refactor and cleanup. WS is cleaned up. Use -b if it is needed.
Added compatibility macros, PQescapeStringConn, PGSQLescapeLiteral/Identifier, PGSQLfree.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <jouni.ahto@exdec.fi> | +----------------------------------------------------------------------+ */ - + /* $Id$ */ #ifndef PHP_PGSQL_H |