]> granicus.if.org Git - php/commitdiff
Add curl extension config, uses cli-server to test
authorDavey Shafik <me@daveyshafik.com>
Sat, 28 Apr 2012 03:53:53 +0000 (23:53 -0400)
committerDavey Shafik <me@daveyshafik.com>
Mon, 28 May 2012 10:22:25 +0000 (06:22 -0400)
travis/ext/curl/setup.sh [new file with mode: 0755]

diff --git a/travis/ext/curl/setup.sh b/travis/ext/curl/setup.sh
new file mode 100755 (executable)
index 0000000..74dad16
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+export PHP_CURL_HTTP_REMOTE_SERVER="http://localhost"
+cd ./ext/curl/tests/responder
+sudo php -S localhost:80 &
+cd -
\ No newline at end of file