1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  http-stream test requires network connectivity
This commit is contained in:
Sara Golemon
2013-02-21 03:22:09 -08:00
@@ -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--