stas                                     Fri, 27 May 2011 19:21:21 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311507

Log:
MFH: Fix for failing test.

Changed paths:
    U   php/php-src/branches/PHP_5_4/tests/security/open_basedir_readlink.phpt

Modified: php/php-src/branches/PHP_5_4/tests/security/open_basedir_readlink.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/tests/security/open_basedir_readlink.phpt      
2011-05-27 19:14:36 UTC (rev 311506)
+++ php/php-src/branches/PHP_5_4/tests/security/open_basedir_readlink.phpt      
2011-05-27 19:21:21 UTC (rev 311507)
@@ -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

Reply via email to