mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
add pg_escape_identifier/pg_escape_literal
This commit is contained in:
parent
5b383dacdf
commit
77d11b4959
4 changed files with 173 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue