From: Pierre Joye Date: Mon, 5 Sep 2011 13:31:13 +0000 (+0000) Subject: - close the stream before removing the file (win and other system may lock it) and... X-Git-Tag: php-5.4.0beta1~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e853f026af2d7bab880a5b6090261eb849f0c50;p=php - close the stream before removing the file (win and other system may lock it) and use test dir for tmp data --- diff --git a/ext/standard/tests/streams/bug54946.phpt b/ext/standard/tests/streams/bug54946.phpt index b3fa73df5c..b51d593a93 100644 --- a/ext/standard/tests/streams/bug54946.phpt +++ b/ext/standard/tests/streams/bug54946.phpt @@ -2,33 +2,32 @@ Bug#54946 stream_get_contents infinite loop --FILE-- ===DONE===