Skip to content

Commit

Permalink
Merge branch 'PHP-5.3' into PHP-5.4
Browse files Browse the repository at this point in the history
* PHP-5.3:
  http-stream test requires network connectivity
  • Loading branch information
sgolemon committed Feb 21, 2013
2 parents 9a44a98 + bc55a8e commit c16d6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/standard/tests/network/http-stream.phpt
Expand Up @@ -3,6 +3,7 @@ http-stream test
--SKIPIF--
<?php
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
if (!extension_loaded("dom")) die("skip dom extension is not present");
?>
--INI--
Expand Down

0 comments on commit c16d6be

Please sign in to comment.