mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +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:
commit
ead2e1708d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ http-stream test
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php
|
<?php
|
||||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
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");
|
if (!extension_loaded("dom")) die("skip dom extension is not present");
|
||||||
?>
|
?>
|
||||||
--INI--
|
--INI--
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue