Justin BoswellandItamar Levy-Or ebfb91f562 Crc32 (#31)
* broken

* crc tests

* ffi changes

* large buffer test

* ffi cmake fix

* formatting

* laws-checksums config.m4

* broken

* crc tests

* ffi changes

* large buffer test

* ffi cmake fix

* formatting

* laws-checksums config.m4

* Fixed aws-crt-ffi after rebase of main

* Regenerated awscrt_arginfo.h

* merge fix

* Fixed arginfo

* try forcing memory limit higher

* mem_limit set

* newline

Co-authored-by: Itamar Levy-Or <[email protected]>
2021-06-18 18:04:56 -04:00
2021-06-18 18:04:56 -04:00
2021-06-18 18:04:56 -04:00
2021-06-18 18:04:56 -04:00
2021-06-18 18:04:56 -04:00
2021-06-17 09:21:00 -07:00
2021-06-16 11:26:31 -07:00
2020-09-23 15:43:36 -07:00
2021-06-17 09:21:00 -07:00
2021-06-18 18:04:56 -04:00
2021-06-17 09:21:00 -07:00
2020-09-23 15:43:36 -07:00
2021-06-17 09:21:00 -07:00
2020-09-23 15:43:36 -07:00
2021-06-17 09:21:00 -07:00
2021-06-17 09:21:00 -07:00
2020-09-23 15:43:36 -07:00
2021-06-17 09:21:00 -07:00
2021-06-17 09:21:00 -07:00
2021-06-17 09:21:00 -07:00
2021-06-17 09:21:00 -07:00
2021-06-17 09:21:00 -07:00

AWS Common Runtime PHP bindings

Requirements

  • PHP 5.5+ on UNIX platforms, 7.2+ on Windows
  • CMake 3.x
  • GCC 4.4+, clang 3.8+ on UNIX, Visual Studio 2017 build tools on Windows
  • Tests require Composer

Building on UNIX

$ git clone --recursive https://github.com/awslabs/aws-crt-php.git
$ cd aws-crt-php
$ phpize
$ ./configure
$ make && make test

Building on Windows

""" From VS2017 Command Prompt
> C:\php-sdk\phpsdk-vc15-x64.bat

C:\php-sdk\
$ phpsdk_buildtree php-<version>

C:\php-sdk\php-<version>\vc15\x64\
$ git clone https://github.com/php/php-src.git && cd php-src

""" This only has to be done once, the first time you set this all up
C:\php-sdk\php-<version>\vc15\x64\php-src
$ phpsdk_deps --update --branch <php-major.minor-version>

C:\php-sdk\php-<version>\vc15\x64\php-src
$ git clone --recursive https://github.com/awslabs/aws-crt-php.git ..\pecl\awscrt

C:\php-sdk\php-<version>\vc15\x64\php-src
$ buildconf

C:\php-sdk\php-<version>\vc15\x64\php-src
$ configure --enable-cli --with-openssl --enable-awscrt=shared

C:\php-sdk\php-<version>\vc15\x64\php-src
$ nmake

C:\php-sdk\php-<version>\vc15\x64\php-src
$ nmake test-awscrt

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

S
Description
No description provided
Readme
893 KiB
Languages
PHP 61.2%
C 31.4%
Python 4.5%
Makefile 1.5%
M4 0.6%
Other 0.8%