Browse Source

Refactor and cleanup. WS is cleaned up. Use -b if it is needed.

Added compatibility macros, PQescapeStringConn, PGSQLescapeLiteral/Identifier, PGSQLfree.
PHP-5.4.26
Yasuo Ohgaki 13 years ago
parent
commit
832c21cabf
  1. 551
      ext/pgsql/pgsql.c
  2. 2
      ext/pgsql/php_pgsql.h

551
ext/pgsql/pgsql.c
File diff suppressed because it is too large
View File

2
ext/pgsql/php_pgsql.h

@ -16,7 +16,7 @@
| Jouni Ahto <jouni.ahto@exdec.fi> |
+----------------------------------------------------------------------+
*/
/* $Id$ */
#ifndef PHP_PGSQL_H

Loading…
Cancel
Save