1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/travis/ext/curl/setup.sh
2012-05-28 06:22:25 -04:00

5 lines
127 B
Bash
Executable File

#!/bin/bash
export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost"
cd ./ext/curl/tests/responder
sudo php -S localhost:80 &
cd -