mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
* 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
8 lines
167 B
PHP
8 lines
167 B
PHP
<?php
|
|
// php.ini
|
|
// ffi.enable=preload
|
|
// opcache.preload=preload.php
|
|
if (function_exists("opcache_compile_file")) {
|
|
opcache_compile_file(__DIR__ . "/crt.php");
|
|
}
|