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
* PHP-8.1: Use absolute paths in OPCache tests when calling `opcache_compile_file()`
This commit is contained in:
commit
31fd34aa4c
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
opcache_compile_file('ext/opcache/tests/gh9968-2.inc');
|
||||
opcache_compile_file(__DIR__ . '/gh9968-2.inc');
|
||||
|
|
|
@ -4,4 +4,4 @@ spl_autoload_register(function($class) {
|
|||
var_dump($class);
|
||||
new Abc;
|
||||
});
|
||||
opcache_compile_file('preload_const_autoload_2.inc');
|
||||
opcache_compile_file(__DIR__ . '/preload_const_autoload_2.inc');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue