mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix test failure for init_fcall_003.phpt without opcache
If opcache isn't loaded, then opcache_invalidate() will fail. Reproducible when you compile PHP without opcache, or run PHP without opcache loaded, and try to run this test. Closes GH-11378.
This commit is contained in:
parent
8f06febedf
commit
cced0ddf9d
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ opcache.jit_hot_loop=64
|
|||
opcache.jit_hot_func=127
|
||||
opcache.jit_hot_return=8
|
||||
opcache.jit_hot_side_exit=8
|
||||
--EXTENSIONS--
|
||||
opcache
|
||||
--FILE--
|
||||
<?php
|
||||
include(__DIR__ . '/init_fcall_003.inc');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue