mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
Restored FFI to working order (#28)
* Restored FFI to working order * Disabled incompatible tests, fixed string conversion * Use extension_loaded instead of checking PHP version * Added better checks for FFI * Do not build FFI deps if no FFI is present
This commit is contained in:
+3
-1
@@ -29,7 +29,9 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"test": "@php -d extension=modules/awscrt.so vendor/bin/phpunit tests"
|
||||
"test": "@php -d extension=modules/awscrt.so vendor/bin/phpunit tests",
|
||||
"test-extension": "@php -d extension=modules/awscrt.so vendor/bin/phpunit tests",
|
||||
"test-ffi": "@php vendor/bin/phpunit tests"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user