diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2011-11-25 02:21:01 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2011-11-25 02:21:01 +0000 |
commit | 77d11b4959066dcbd47fce2ca65c41f5361ad40b (patch) | |
tree | 36e2a5413f41adb605277a5aa284047382005b3b /ext/pgsql/php_pgsql.h | |
parent | 5b383dacdff480ee36ccd349ac76b51d5d637b15 (diff) | |
download | php-git-77d11b4959066dcbd47fce2ca65c41f5361ad40b.tar.gz |
add pg_escape_identifier/pg_escape_literal
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |