mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: http-stream test requires network connectivity
This commit is contained in:
commit
c16d6befd4
1 changed files with 1 additions and 0 deletions
|
@ -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--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue