<?php
foreach (glob(__DIR__ . '/preload-*.inc') as $f) {
	opcache_compile_file($f);
}