diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-14 13:42:39 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-14 13:42:39 +0100 |
commit | 8872347be5ff9caced488245344d97b98cadc879 (patch) | |
tree | 131e1c024a5ffb8898b30cd538c98fbe21fc7fa7 /failed.txt | |
parent | 601fb84181dbd140078d12d321d31e17c43e8ad6 (diff) |
Update to 8.0.28 - http://www.php.net/releases/8_0_28.phpv8.0.28
add dependency on pcre2 minimal version
Diffstat (limited to 'failed.txt')
-rw-r--r-- | failed.txt | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,17 +1,24 @@ -===== 8.0.27 (2023-01-05) +===== 8.0.28 (2023-02-14) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el7x80/build.log:Tests failed : 0 -/var/lib/mock/el8x80/build.log:Tests failed : 0 -/var/lib/mock/el9x80/build.log:Tests failed : 0 -/var/lib/mock/fc35x/build.log:Tests failed : 0 -/var/lib/mock/fc36x80/build.log:Tests failed : 0 -/var/lib/mock/fc37x80/build.log:Tests failed : 0 +/var/lib/mock/el8x80/build.log:Tests failed : 3 +/var/lib/mock/el9x80/build.log:Tests failed : 3 +/var/lib/mock/fc36x80/build.log:Tests failed : 3 +/var/lib/mock/fc37x80/build.log:Tests failed : 3 +/var/lib/mock/fc38x80/build.log:Tests failed : 5 el8x: 5 ext/standard/tests/strings/setlocale_variation2.phpt +fc38x: + 3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt] + 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt] +all: + 2 FPM: GHSA-54hq-v5wp-fqgv - exceeding max_file_uploads [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-file-uploads.phpt] + 2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini default [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt] + 2 FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini custom value [sapi/fpm/tests/ghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt] 1 proc_open give erratic test results :( |