Imported CRT FFI lib (#7)

* Added php7 library skeleton

* Re-worked Makefile.frag to use paths correctly

* Added gitignore for lib

* clang-format

* Remove symlinked api.h

* Copy api.h into lib/ as part of build
This commit is contained in:
Justin Boswell
2021-01-29 13:44:55 -08:00
committed by GitHub
parent c6fac2d99f
commit 3fed547551
6 changed files with 83 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
// php.ini
// ffi.enable=preload
// opcache.preload=preload.php
if (function_exists("opcache_compile_file")) {
opcache_compile_file(__DIR__ . "/crt.php");
}