DEBSOURCES
Skip Quicknav
sources / php5 / 5.6.7%2Bdfsg-1 / travis / ext / curl / setup.sh
12345
#!/bin/bash export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost" cd ./ext/curl/tests/responder sudo php -S localhost:80 & cd -