jeraimee Tue, 17 May 2011 15:06:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=311140
Log:
Fix for failing test.
Changed paths:
U php/php-src/trunk/tests/security/open_basedir_readlink.phpt
Modified: php/php-src/trunk/tests/security/open_basedir_readlink.phpt
===================================================================
--- php/php-src/trunk/tests/security/open_basedir_readlink.phpt 2011-05-17
14:02:37 UTC (rev 311139)
+++ php/php-src/trunk/tests/security/open_basedir_readlink.phpt 2011-05-17
15:06:48 UTC (rev 311140)
@@ -69,8 +69,6 @@
Warning: readlink(): open_basedir restriction in effect.
File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on
line %d
bool(false)
-
-Warning: unlink(): open_basedir restriction in effect.
File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on
line %d
-bool(false)
+bool(true)
*** Finished testing open_basedir configuration [readlink] ***
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php