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
require_once('crt.php');
$crt = new CRT();
$crt->init();
var_dump($crt->error_name(0));
$crt->clean_up();