mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
improve skipif
This commit is contained in:
@@ -5,6 +5,9 @@ Bug #65769 localeconv() broken in TS builds
|
||||
if (substr(PHP_OS, 0, 3) != 'WIN') {
|
||||
die('skip Windows only');
|
||||
}
|
||||
if (PHP_WINDOWS_VERSION_MAJOR < 10) {
|
||||
die("skip for Windows 10 and above");
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user