mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02: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 -
|