php-src/ext/pgsql
Peter Kokot 2969889fb8
Remove conditional pg_encoding_to_char usage (#14557)
The pg_encoding_to_char is available in PostgreSQL since ~7.3 where also
the --enable-multibyte option was removed. PHP minimum PostgreSQL
version at this point is 9.1, which also has the pg_encoding_to_char
declaration in libpq-fe.h.

This removes conditional usage and the HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT
symbol.
2024-06-13 16:00:16 +02:00
..
tests ext/pgsql: adding pg_socket_poll. 2024-05-31 20:10:49 +01:00
config.m4 Remove conditional pg_encoding_to_char usage (#14557) 2024-06-13 16:00:16 +02:00
config.w32 Remove conditional pg_encoding_to_char usage (#14557) 2024-06-13 16:00:16 +02:00
CREDITS
pgsql.c Remove conditional pg_encoding_to_char usage (#14557) 2024-06-13 16:00:16 +02:00
pgsql.stub.php Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519) 2024-06-09 11:47:06 +02:00
pgsql_arginfo.h Check for PQERRORS_SQLSTATE in PGVerbosity enum (#14519) 2024-06-09 11:47:06 +02:00
php_pgsql.h Remove conditional pg_encoding_to_char usage (#14557) 2024-06-13 16:00:16 +02:00