Skip to content

Commit e45afbf

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: [skip ci] Skip preloading test on Windows
2 parents 81c33ee + 12e2610 commit e45afbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/zend_test/tests/observer_preload.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Observer: Test with basic preloading
33
--EXTENSIONS--
44
zend_test
55
opcache
6+
--SKIPIF--
7+
<?php
8+
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
9+
?>
610
--INI--
711
opcache.enable=1
812
opcache.enable_cli=1

0 commit comments

Comments
 (0)