1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Merge branch 'PHP-8.2'

* PHP-8.2:
  [skip ci] Skip preloading test on Windows
This commit is contained in:
Ilija Tovilo
2022-11-09 20:22:27 +01:00

View File

@@ -3,6 +3,10 @@ Observer: Test with basic preloading
--EXTENSIONS--
zend_test
opcache
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
?>
--INI--
opcache.enable=1
opcache.enable_cli=1