Skip to content

Commit 2399c64

Browse files
committed
show correct MINFO with libpq >= 9.5.x
1 parent b3bb1aa commit 2399c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pgsql/pgsql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ PHP_MINFO_FUNCTION(pgsql)
12491249
#else
12501250
php_info_print_table_row(2, "Multibyte character support", "disabled");
12511251
#endif
1252-
#ifdef USE_SSL
1252+
#if defined(USE_SSL) || defined(USE_OPENSSL)
12531253
php_info_print_table_row(2, "SSL support", "enabled");
12541254
#else
12551255
php_info_print_table_row(2, "SSL support", "disabled");

0 commit comments

Comments
 (0)