mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
* Added awscrt_version() and test for it * Added builder.json for CI * Added github actions * Added format-check.sh * Force php5.6 on ubuntu * Updated submodules
4 lines
89 B
PHP
4 lines
89 B
PHP
<?php
|
|
extension_loaded('awscrt') or die('awscrt is not available in this build');
|
|
?>
|