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
2015-08-23 22:47:51 +02:00

6 lines
130 B
Bash
Executable File

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