index
:
tools/ffi-examples.git
master
The master git repository for ffi-examples tools
Remi Collet
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
preload.php
blob: d442e1530eb296a58299560507e88b35a6554c46 (
plain
)
1
2
3
4
5
<?php foreach (glob(__DIR__ . '/preload-*.inc') as $f) { opcache_compile_file($f); }