mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
5 lines
130 B
Bash
Executable file
5 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 -
|