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/
|
build/
|
||||||
configure.in
|
configure.in
|
||||||
configure.ac
|
configure.ac
|
||||||
|
configure.bat
|
||||||
|
configure.js
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
run-tests.php
|
run-tests.php
|
||||||
Makefile.global
|
Makefile.global
|
||||||
@@ -191,12 +193,14 @@ modules/
|
|||||||
*.lo
|
*.lo
|
||||||
config.h
|
config.h
|
||||||
config.nice
|
config.nice
|
||||||
|
config.nice.bat
|
||||||
*.la
|
*.la
|
||||||
Makefile*
|
Makefile*
|
||||||
!Makefile.am
|
!Makefile.am
|
||||||
!Makefile.frag
|
!Makefile.frag
|
||||||
!Makefile.frag.w32
|
!Makefile.frag.w32
|
||||||
/vendor/
|
/vendor/
|
||||||
|
/x64/
|
||||||
.idea/
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
composer.lock
|
composer.lock
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
"php": ">=5.5"
|
"php": ">=5.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit":"^4.8.35|^5.6.3"
|
"phpunit/phpunit":"^5.6.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
|
extension_dir="ext"
|
||||||
extension=php_awscrt.dll
|
extension=php_awscrt.dll
|
||||||
extension=php_openssl.dll
|
extension=php_openssl.dll
|
||||||
|
extension=php_mbstring.dll
|
||||||
|
|||||||
Reference in New Issue
Block a user