package/php: add config scan directory option
authorDan Walkes <danwalkes@trellis-logic.com>
Sun, 19 May 2019 00:19:42 +0000 (18:19 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 27 Oct 2019 18:16:30 +0000 (19:16 +0100)
commit1248b86267ceb545a2dd249c0067ad8cdf49636a
tree672ac362d4a4bfdee3b34854b182b795529b12da
parent639a21440349caccd860b53c965bc068f8752c3a
package/php: add config scan directory option

To support using multiple php configuration files, we pass
--with-config-file-scan-dir=/etc/php.d. This allows to put snippets of
PHP configuration files in /etc/php.d.

For php option details see link at [1].

[1] https://www.php.net/manual/en/configuration.file.php

Signed-off-by: Dan Walkes <danwalkes@trellis-logic.com>
[Thomas: make it unconditional]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/php/php.mk