Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
  Mark curl tests using http2.golang.org as XFAIL
This commit is contained in:
Christoph M. Becker 2021-12-26 22:29:17 +01:00
commit 710dc03399
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Bug #76675 (Segfault with H2 server push write/writeheader handlers)
--EXTENSIONS--
curl
--XFAIL--
http2.golang.org/serverpush is gone
--SKIPIF--
<?php
if (getenv("SKIP_ONLINE_TESTS")) {
@ -11,6 +13,7 @@ $curl_version = curl_version();
if ($curl_version['version_number'] < 0x073d00) {
exit("skip: test may crash with curl < 7.61.0");
}
die("skip test is slow due to timeout, and XFAILs anyway");
?>
--FILE--
<?php

View File

@ -2,6 +2,8 @@
Bug #77535 (Invalid callback, h2 server push)
--EXTENSIONS--
curl
--XFAIL--
http2.golang.org/serverpush is gone
--SKIPIF--
<?php
if (getenv("SKIP_ONLINE_TESTS")) {
@ -11,6 +13,7 @@ $curl_version = curl_version();
if ($curl_version['version_number'] < 0x073d00) {
exit("skip: test may crash with curl < 7.61.0");
}
die("skip test is slow due to timeout, and XFAILs anyway");
?>
--FILE--
<?php