mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
things to get windows working:
- update phpunit - modify php-win.ini so it works with files from https://windows.php.net/download/
This commit is contained in:
@@ -182,6 +182,8 @@ fabric.properties
|
||||
build/
|
||||
configure.in
|
||||
configure.ac
|
||||
configure.bat
|
||||
configure.js
|
||||
mkinstalldirs
|
||||
run-tests.php
|
||||
Makefile.global
|
||||
@@ -191,12 +193,14 @@ modules/
|
||||
*.lo
|
||||
config.h
|
||||
config.nice
|
||||
config.nice.bat
|
||||
*.la
|
||||
Makefile*
|
||||
!Makefile.am
|
||||
!Makefile.frag
|
||||
!Makefile.frag.w32
|
||||
/vendor/
|
||||
/x64/
|
||||
.idea/
|
||||
.DS_Store
|
||||
composer.lock
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit":"^4.8.35|^5.6.3"
|
||||
"phpunit/phpunit":"^5.6.3"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
extension_dir="ext"
|
||||
extension=php_awscrt.dll
|
||||
extension=php_openssl.dll
|
||||
extension=php_mbstring.dll
|
||||
|
||||
Reference in New Issue
Block a user