]> granicus.if.org Git - php/commitdiff
fix test
authorGreg Beaver <cellog@php.net>
Sun, 13 Apr 2008 21:27:18 +0000 (21:27 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 13 Apr 2008 21:27:18 +0000 (21:27 +0000)
ext/standard/tests/strings/highlight_file.phpt
ext/zlib/tests/bug_40189.phpt

index 8cc562ebf152cec4465157b8cff0121ee75795a2..c0505d76ee9ef22430e1489af125fa2f6aaaa75c 100644 (file)
@@ -8,6 +8,7 @@ highlight.bg=#FFFFFF
 highlight.default=#0000BB
 highlight.html=#000000
 allow_url_include=1
+allow_url_fopen=1
 --FILE--
 <?php
 
index 07e5191a9c995bcf0f94df51ee9b266cbbd6e100..aedf0619a16622e6777ae7466a30f7f46a1f3c8a 100644 (file)
@@ -2,6 +2,8 @@
 Bug #40189 (endless loop in zlib.inflate stream filter)
 --SKIPIF--
 <?php if (!extension_loaded("zlib")) print "skip"; ?>
+--INI--
+allow_url_fopen=1
 --FILE--
 <?php
 // this string is an excerpt of a phar archive that caused an infinite loop