mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
* Added composer config, added IO/error tests using phpunit * Added ApiGen doc comments * Added test to ensure last_error is not set from loading up the CRT
8 lines
160 B
PHP
8 lines
160 B
PHP
<?php
|
|
|
|
// Entry point to the CRT library. This file should be preloaded.
|
|
|
|
// Import all of the library modules
|
|
require_once('crt.php');
|
|
require_once('io.php');
|