mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
6 lines
130 B
Bash
Executable File
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 -
|