diff options
author | TBK <tbk@jjtc.eu> | 2019-05-10 02:58:34 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-05-11 15:52:15 +0300 |
commit | e2c8dff99172aab2e1eebbe521b636c7c033025c (patch) | |
tree | 87d06bb9f4cdb85844692f07bdd5447d9c0694f0 /testing/php7-brotli/fix-skip-steams_006.patch | |
parent | a367acffc935e559db1885434723a0318965d557 (diff) | |
download | aports-e2c8dff99172aab2e1eebbe521b636c7c033025c.tar.bz2 aports-e2c8dff99172aab2e1eebbe521b636c7c033025c.tar.xz |
testing/php7-brotli: upgrade to 0.7.0
Diffstat (limited to 'testing/php7-brotli/fix-skip-steams_006.patch')
-rw-r--r-- | testing/php7-brotli/fix-skip-steams_006.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/php7-brotli/fix-skip-steams_006.patch b/testing/php7-brotli/fix-skip-steams_006.patch new file mode 100644 index 0000000000..82f0c85c3a --- /dev/null +++ b/testing/php7-brotli/fix-skip-steams_006.patch @@ -0,0 +1,10 @@ +--- a/tests/streams_006.phpt ++++ b/tests/streams_006.phpt +@@ -3,6 +3,7 @@ + --SKIPIF-- + <?php + if (version_compare(PHP_VERSION, '5.4', '<')) die('skip PHP is too old'); ++if (getenv("SKIP_ONLINE_TESTS")) die('skip online test'); + ?> + --INI-- + allow_url_fopen=0 |