Skip to content

Commit c16d6be

Browse files
committed
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: http-stream test requires network connectivity
2 parents 9a44a98 + bc55a8e commit c16d6be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/tests/network/http-stream.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ http-stream test
33
--SKIPIF--
44
<?php
55
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
6+
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
67
if (!extension_loaded("dom")) die("skip dom extension is not present");
78
?>
89
--INI--

0 commit comments

Comments
 (0)