From: Pierre Joye Date: Tue, 13 Dec 2011 23:18:12 +0000 (+0000) Subject: - tmp dir is system depedent X-Git-Tag: php-5.3.9RC4~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=848d71da298c3d907e0aad879af80578060ac2ae;p=php - tmp dir is system depedent --- diff --git a/ext/standard/tests/file/bug52624.phpt b/ext/standard/tests/file/bug52624.phpt index c8de0565d6..ee61eb90e6 100644 --- a/ext/standard/tests/file/bug52624.phpt +++ b/ext/standard/tests/file/bug52624.phpt @@ -9,4 +9,4 @@ echo tempnam("directory_that_not_exists", "prefix_"); ?> --EXPECTF-- -Warning: tempnam(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (%s) in %s on line %d +Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d