Skip to content

Commit e2ebe6c

Browse files
committed
Add curl extension config, uses cli-server to test
1 parent 3db6d59 commit e2ebe6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: travis/ext/curl/setup.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost"
3+
cd ./ext/curl/tests/responder
4+
sudo php -S localhost:80 &
5+
cd -

0 commit comments

Comments
 (0)