mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
5 lines
No EOL
127 B
Bash
Executable file
5 lines
No EOL
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 - |