1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00

Sync tests between branches and fix the getcontent test

This commit is contained in:
Hannes Magnusson
2011-09-07 10:38:53 +00:00
parent 51d36f744a
commit 3171c31bbc
@@ -4,7 +4,7 @@ Test curl_copy_handle() with simple POST
Rick Buitenman <rick@meritos.nl>
#testfest Utrecht 2009
--SKIPIF--
<?php if (!extension_loaded("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip"; ?>
<?php if (!extension_loaded("curl") || false === getenv('PHP_CURL_HTTP_REMOTE_SERVER')) print "skip need PHP_CURL_HTTP_REMOTE_SERVER environment variable"; ?>
--FILE--
<?php
$host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');