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

index 6ffa29297109a7d87a17f14d6b8f85db476dcb00..1b46982eeed01c2cfc3a17a2545f3b0cba8ee04b 100644 (file)
@@ -6,6 +6,7 @@ highlight.comment=#FF9900
 highlight.keyword=#007700
 highlight.default=#0000BB
 highlight.html=#000000
+allow_url_fopen=1
 allow_url_include=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