mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
This commit is contained in:
commit
50fc9970f3
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@ Bug #66731: file: extensive backtracking
|
|||
fileinfo
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (defined("PHP_DEBUG") && PHP_DEBUG)
|
||||
die("skip not suitable for debug build");
|
||||
if (getenv('SKIP_PERF_SENSITIVE'))
|
||||
die("skip performance sensitive test");
|
||||
?>
|
||||
|
|
|
@ -4,6 +4,8 @@ Bug #66731: file: extensive backtracking
|
|||
fileinfo
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (defined("PHP_DEBUG") && PHP_DEBUG)
|
||||
die("skip not suitable for debug build");
|
||||
if (getenv('SKIP_PERF_SENSITIVE'))
|
||||
die("skip performance sensitive test");
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue