Skip to content

Commit 9026596

Browse files
authored
Sync --enable-mysqlnd-compression-support option (php#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.
1 parent 1887f02 commit 9026596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mysqlnd/config9.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ PHP_ARG_ENABLE([mysqlnd],
66
[no],
77
[yes])
88

9-
PHP_ARG_ENABLE([mysqlnd_compression_support],
10-
[whether to disable compressed protocol support in mysqlnd],
9+
PHP_ARG_ENABLE([mysqlnd-compression-support],
10+
[whether to enable compressed protocol support in mysqlnd],
1111
[AS_HELP_STRING([--disable-mysqlnd-compression-support],
1212
[Disable support for the MySQL compressed protocol in mysqlnd])],
1313
[yes],

0 commit comments

Comments
 (0)