From: Antony Dovgal Date: Mon, 25 Jun 2007 17:10:07 +0000 (+0000) Subject: fix test X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d58b7c8921f1c5b7cfa98df2fcd153878dbcf288;p=php fix test --- diff --git a/ext/standard/tests/file/bug41655_1.phpt b/ext/standard/tests/file/bug41655_1.phpt index 9338ebd817..bd67f42f21 100644 --- a/ext/standard/tests/file/bug41655_1.phpt +++ b/ext/standard/tests/file/bug41655_1.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #41655: open_basedir bypass via glob() +Bug #41655 (open_basedir bypass via glob()) --INI-- open_basedir=/tmp --FILE-- @@ -7,4 +7,4 @@ open_basedir=/tmp $a=glob("./*.jpeg"); ?> --EXPECTF-- -Warning: glob(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp) in %s on line %d +Warning: glob(): open_basedir restriction in effect. File(%s.) is not within the allowed path(s): (/tmp) in %s on line %d