* Wed Mar 05 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-16.sme

- change key type from service to configuration [SME: 11367]
  cleanup older php and php-fpm keys
- set base php to php84 [SME: 12952]
  fix missing bits for php74 support
This commit is contained in:
2025-03-05 22:52:37 -05:00
parent d2789e5967
commit 4c21e412da
29 changed files with 34 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ use warnings;
use esmith::ConfigDB;
our $PHPDEFAULT = 84;
our $BASEPHP = 83;
our $BASEPHP = 84;
our @ISA = qw(Exporter);
our @EXPORT = qw( listPHPVersionFPM listPHPVersionShort listPHPVersionHash listPHPVersionHashShort PHPdefault PHPbase VersionToUse PhpFpmVersionToUse $defaultdisabledfunc %defaultPHPproperties);