mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user