php8: add php8 depends and move compile option to Config.in
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 18 Dec 2025 12:11:23 +0000 (13:11 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 11 Jan 2026 19:45:13 +0000 (20:45 +0100)
commit74a3da92b2ae9dd1bde96f29d020b8c13a8cee5e
tree9d4322fd99f968e20ee23fa96e0abcfb5aa7f54e
parenta2eec1a5684d6e3cf38930f741638834986703be
php8: add php8 depends and move compile option to Config.in

The php8 Makefile is already quite large. To improve readability, move
config section to a separate 'Config.in' file. To ensure that the PHP8
option is only saved in '.config' if PHP8 has been selected for building. A
depends on 'PACKAGE_php8' is added to the configuration option in the
'Config.in' file.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lang/php8/Config.in [new file with mode: 0644]
lang/php8/Makefile