diff options
Diffstat (limited to 'preload.php')
-rw-r--r-- | preload.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/preload.php b/preload.php index 1af70d6..d442e15 100644 --- a/preload.php +++ b/preload.php @@ -1,7 +1,4 @@ <?php -foreach (glob(__DIR__ . '/preload-*.h') as $f) { - \FFI::load($f); -} foreach (glob(__DIR__ . '/preload-*.inc') as $f) { opcache_compile_file($f); } |