Dengke Tang
ce4a00c264
I don't know
2023-02-23 17:14:53 -08:00
Dengke Tang
a28388fe05
give me echo
2023-02-23 16:54:00 -08:00
Dengke Tang
7c12d40536
get the right php
2023-02-23 16:47:03 -08:00
Dengke Tang
72c24d9ded
generate php-win.ini
2023-02-23 16:24:35 -08:00
Dengke Tang
3ad39d5f3a
fine
2023-02-23 16:08:35 -08:00
Dengke Tang
babc4bf330
one more test
2023-02-23 15:54:23 -08:00
Dengke Tang
8455b69763
why cannot find dll
2023-02-23 15:45:05 -08:00
Dengke Tang
2aae069734
this?
2023-02-23 15:20:40 -08:00
Dengke Tang
311edc6370
why?
2023-02-23 15:17:19 -08:00
Dengke Tang
8208b31f5d
get the right directory
2023-02-23 15:05:57 -08:00
Dengke Tang
26ab397cd5
windows CI
2023-02-23 14:54:30 -08:00
Dengke Tang
7d56d185e8
oh, it was a typo..
2023-02-22 15:15:39 -08:00
Dengke Tang
02a6591a03
trivial
2023-02-22 15:12:41 -08:00
Dengke Tang
a7e8407ff2
use mac to release
2023-02-22 15:08:17 -08:00
Dengke Tang
279f5d25ed
just make sure it builds
2023-02-22 15:06:47 -08:00
Dengke Tang
30155092b2
build and test as well
2023-02-22 14:54:13 -08:00
Dengke Tang
08aa34b8c1
skip verification
2023-02-22 14:42:07 -08:00
Dengke Tang
b6a3a29872
use mac
2023-02-22 14:31:26 -08:00
Dengke Tang
093cf4eb0d
why not find
2023-02-22 14:23:53 -08:00
Dengke Tang
f183523de4
make a github action to test pecl before release
2023-02-22 14:13:37 -08:00
Dengke Tang
9de1d33dd9
more fix
2023-02-22 14:01:30 -08:00
Dengke Tang
1f6f81412b
create release action when we cut a new release
2023-02-22 13:31:11 -08:00
Dengke Tang
f6314a23e9
update the script path from ci
2023-02-22 11:52:08 -08:00
Dengke Tang
826974ab25
change dir from run test
2023-02-22 11:47:44 -08:00
Dengke Tang
9de07efb76
restructure
2023-02-22 11:42:34 -08:00
Dengke Tang
9ff650e6d9
clean up
2023-02-21 21:30:06 -08:00
Dengke Tang
17b6a93ced
run test
2023-02-21 21:17:07 -08:00
Dengke Tang
1a0efbfa4d
try to just use make test?
2023-02-21 21:13:05 -08:00
Dengke Tang
82abc2d4da
make test after the composer nonsense
2023-02-21 19:01:11 -08:00
Dengke Tang
31a5785c2d
load extension before run composer
2023-02-21 18:53:50 -08:00
Dengke Tang
e5e998aba9
require composer to load awscrt extension
2023-02-21 14:28:55 -08:00
Waqar Ahmed Khan
56009e8c03
Latest Submodules ( #73 )
2023-02-06 19:00:30 -08:00
Waqar Ahmed Khan
f5c64ee7c5
Fixing a low severity issue with parsing certificate Common Name (CN) ( #84 )
v1.0.4
2023-01-31 15:08:25 -08:00
Waqar Ahmed Khan
78c5260ba4
Update s2n ( #81 )
v1.0.3
2023-01-26 17:45:16 -08:00
Dengke Tang
904942197d
fix win build ( #72 )
2022-11-23 09:41:25 -08:00
Michael Graeb
541b3c8952
Fix it so CI runs on branches with '/' in name ( #62 )
2022-04-15 11:10:11 -07:00
Michael Graeb
09a84b7a52
Update phpunit for security fixes ( #61 )
2022-04-06 16:31:22 -07:00
SamRemis
3942776a8c
removed conflict ( #48 )
v1.0.2
2021-09-03 15:57:30 -07:00
Justin Boswell
2f8d2ee756
Made PHP extension compile with openssl by default ( #41 )
...
* 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
1.0.1
v1.0.1
2021-08-30 13:36:54 -07:00
Justin Boswell
0af673491a
Removed FFI support ( #45 )
...
* Removed FFI support
* run_tests and ci-test.sh should never have differed. Fixing now
* run_tests can now update composer
2021-08-17 19:06:14 -07:00
Justin Boswell
fb4814c4e1
re-applied changes to makefile that were SOMEHOW lost
2021-08-17 22:56:53 +00:00
ilevyor and Itamar Levy-Or
e4f5b52d6a
php qol Sam asked for ( #44 )
...
Co-authored-by: Itamar Levy-Or <[email protected] >
2021-08-06 14:01:30 -04:00
Justin Boswell
e5ffe9d63d
Added validation for signing/signing config ( #43 )
...
* Imported aws-crt-ffi/validation
* Exposed Signing::testVerifySigV4ASigning
* Updated to aws-crt-ffi v0.2.3
2021-08-03 19:12:28 +00:00
Damian Vicino
02b25687c8
Adding scripts for release to PECL ( #36 )
...
Adding scripts for release to PECL
2021-08-03 14:55:08 -04:00
Justin Boswell
8d76d4fac3
Added logging support from aws-crt-ffi ( #42 )
...
* Added logging support from aws-crt-ffi
* Updated to aws-crt-ffi v0.2.1
2021-08-03 09:25:52 -07:00
Justin Boswell
92724b8d51
Implemented SigV4A ( #40 )
...
* Implemented should_sign_header callback
* Added SigV4A to SigningAlgorithm
* Added SigV4A test
* Added debugging info to README
* Fixed memory leak from argument vectors
* Fixed memory leak of stream read buffers
* Added support for callables as option values
* Added should_sign_header support and test
* Fixed ELG type bug exposed by aws-crt-ffi change
* Updated to aws-crt-ffi v0.2.0
2021-07-28 12:54:37 -07:00
Justin Boswell
3f77a01fbf
Updated to aws-crt-ffi v0.1.6, updated http API ( #39 )
...
* Updated to aws-crt-ffi v0.1.6, updated http API
* clang-format
2021-07-08 12:57:07 -04:00
Justin Boswell
1feba3eb6a
Updated aws-crt-ffi to v0.1.5 to get CRC32/CRC32C ( #32 )
v1.0.0
2021-06-18 15:46:52 -07:00
Justin Boswell and Itamar 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
Justin Boswell
078df4825c
Windows build ( #29 )
...
* Added build instruction updates for Windows to README
* Added composer to requirements
2021-06-17 09:21:00 -07:00