From 9026596fe96a36ef03e2f220a1791c0d5d9f925f Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 21 Aug 2023 16:38:04 +0200 Subject: [PATCH] Sync --enable-mysqlnd-compression-support option (#12006) This syncs the style of the --enable-mysqlnd-compression-support option name, otherwise in Autoconf both --enable-foo_bar and --enable-foo-bar work. Also the configure output message is synced to match the check information. --- ext/mysqlnd/config9.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4 index 188023cbb5c..80a63010765 100644 --- a/ext/mysqlnd/config9.m4 +++ b/ext/mysqlnd/config9.m4 @@ -6,8 +6,8 @@ PHP_ARG_ENABLE([mysqlnd], [no], [yes]) -PHP_ARG_ENABLE([mysqlnd_compression_support], - [whether to disable compressed protocol support in mysqlnd], +PHP_ARG_ENABLE([mysqlnd-compression-support], + [whether to enable compressed protocol support in mysqlnd], [AS_HELP_STRING([--disable-mysqlnd-compression-support], [Disable support for the MySQL compressed protocol in mysqlnd])], [yes],