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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user