mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.3' into PHP-8.4
This commit is contained in:
commit
a8bd3ba1bb
7 changed files with 24 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
Timeout within while loop
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_OS_FAMILY === 'Windows' && version_compare(PHP_VERSION, '8.4', '<')) {
|
||||
die("xfail fails on Windows Server 2022 and newer.");
|
||||
}
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
?>
|
||||
--FILE--
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
Timeout within for loop
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_OS_FAMILY === 'Windows' && version_compare(PHP_VERSION, '8.4', '<')) {
|
||||
die("xfail fails on Windows Server 2022 and newer.");
|
||||
}
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
?>
|
||||
--FILE--
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
Testing register_shutdown_function() with timeout. (Bug: #21513)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_OS_FAMILY === 'Windows' && version_compare(PHP_VERSION, '8.4', '<')) {
|
||||
die("xfail fails on Windows Server 2022 and newer.");
|
||||
}
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
?>
|
||||
--FILE--
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (PHP_OS_FAMILY === 'Windows' && version_compare(PHP_VERSION, '8.4', '<')) {
|
||||
die("xfail fails on Windows Server 2022 and newer.");
|
||||
}
|
||||
if (getenv("USE_ZEND_ALLOC") === "0") {
|
||||
die("skip Zend MM disabled");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue