1
0
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:
Peter Kokot
2023-08-21 16:38:04 +02:00
committed by GitHub
parent 1887f02b0b
commit 9026596fe9

View File

@@ -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],