* Made PHP extension compile with openssl
* Use catchsegv to dump a callstack
* Updated to use aws_crt_crypto_share()
* Much faster builds by making cmake parallel if supported
* Make sure all CRT threads shutdown prior to cleanup
* USE_OPENSSL should be the path to openssldir
* Updated to aws-crt-ffi v0.2.4
* Updated to get latest aws-crt-ffi
* Added implementation for signing_result
* Added main thread queue and callback queueing to signing process
* Updated to get support for date on signing_config_aws
* added date support to SigningConfigAWS, fixed up reference issues on http message signing
* Broke C code into separate files, moved common stuff to php_aws_crt.h
* Use a unity build to make PHP do the right thing with our lib
* Updated aws-crt-ffi to v0.1.3 to get sigv4 changes
* Added CRT::isAvailable for safe runtime detection of CRT
* Fixed up test resource safety, added tests to prove it
* Added CI jobs for every version of PHP on linux (#26)
* mv src -> ext, lib -> src to be more in line with PHP module expectations
* Fixed dependency for ffi test
* Fixed path in format-check to C source
* CRT will now try the extension first, then FFI
* 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