]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
PHP 8.1 support
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 25 Nov 2021 17:41:07 +0000 (18:41 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Thu, 25 Nov 2021 17:41:07 +0000 (18:41 +0100)
PLD_Builder/request.py
client/php.sh
client/php81.sh [new symlink]

index 0b71d5feebef1536b89322f16e0558efa01d6ad9..11973f961b307a63052e231eaed39d55ceb493cf 100644 (file)
@@ -409,7 +409,7 @@ class Batch:
 
     def php_ignores(self, php_version):
         # available php versions in distro
-        php_versions = ['4', '5.2', '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
+        php_versions = ['4', '5.2', '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
 
         # remove current php version
         try:
index 19f98839bce7e56861c54a440b975fbe5f4b7ce0..bb945e86bdf1cb2d647a13cd40a004496c7276cb 100755 (executable)
@@ -4,7 +4,7 @@ program=${0##*/}
 program=${program%.sh}
 dir=$(dirname "$0")
 suffix=${program#php}
-pre_command='for a in php4-common php52-common php53-common php54-common php55-common php56-common php70-common php71-common php72-common php73-common php74-common php80-common hhvm; do poldek -e $a --noask; done; :'
+pre_command='for a in php4-common php52-common php53-common php54-common php55-common php56-common php70-common php71-common php72-common php73-common php74-common php80-common php81-common hhvm; do poldek -e $a --noask; done; :'
 
 request() {
        "$dir/make-request.sh" -D "php_suffix $suffix" ${pre_command:+-c "$pre_command"} ${post_command:+-C "$post_command"} "$@"
diff --git a/client/php81.sh b/client/php81.sh
new file mode 120000 (symlink)
index 0000000..d20ec52
--- /dev/null
@@ -0,0 +1 @@
+php.sh
\ No newline at end of file
This page took 0.773497 seconds and 4 git commands to generate.