mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Tweak some #if's to be more orthogonal.
(PHP pg_set_error_verbosity) New function to set PostgreSQL error verbosity (PHP pg_copy_from) Use non-deprecated API if it is available (PHP pg_copy_to) Use non-deprecated API if it is available
This commit is contained in:
parent
b30d8beebf
commit
e2b87e6230
8 changed files with 131 additions and 7 deletions
|
@ -157,6 +157,9 @@ PHP_FUNCTION(pg_untrace);
|
|||
/* utility functions */
|
||||
PHP_FUNCTION(pg_client_encoding);
|
||||
PHP_FUNCTION(pg_set_client_encoding);
|
||||
#if HAVE_PQSETERRORVERBOSITY
|
||||
PHP_FUNCTION(pg_set_error_verbosity);
|
||||
#endif
|
||||
#if HAVE_PQESCAPE
|
||||
PHP_FUNCTION(pg_escape_string);
|
||||
PHP_FUNCTION(pg_escape_bytea);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue