HomeFreeBSD

lang/php71: Make enabling MYSQL native driver optional

Description

lang/php71: Make enabling MYSQL native driver optional

Currently PHP is always compiled with --enable-mysqlnd, to allow the use
of the native MySQL Native Driver. MySQL Native Driver is a replacement for the
MySQL Client Library.

While this is handy when working with MySQL there is no need for
it when MySQL is *not* used at all. This happens frequently when
working without databases or simply with other databases.

To avoid POLA the newly introduced option is a default option.

Disabling it will reduce the size of the package by ca. 175 KB,
which also helps in modern constraint VM run environments.

Submitted by: Reko Turja <reko.turja@liukuma.net>

Details

Provenance
tzAuthored on
Parents
rP490538: - Update CPU-X to version 3.2.4
Branches
Unknown
Tags
Unknown