From 77d11b4959066dcbd47fce2ca65c41f5361ad40b Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 25 Nov 2011 02:21:01 +0000 Subject: add pg_escape_identifier/pg_escape_literal --- ext/pgsql/php_pgsql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 2be280e426..e5047882b3 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -172,6 +172,8 @@ PHP_FUNCTION(pg_set_error_verbosity); PHP_FUNCTION(pg_escape_string); PHP_FUNCTION(pg_escape_bytea); PHP_FUNCTION(pg_unescape_bytea); +PHP_FUNCTION(pg_escape_literal); +PHP_FUNCTION(pg_escape_identifier); #endif /* misc functions */ -- cgit v1.2.1