pajoye Thu, 01 Sep 2011 12:43:12 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=315980
Log: - win and nux work the same way Changed paths: D php/php-src/trunk/tests/security/open_basedir_glob-win32.phpt Deleted: php/php-src/trunk/tests/security/open_basedir_glob-win32.phpt =================================================================== --- php/php-src/trunk/tests/security/open_basedir_glob-win32.phpt 2011-09-01 12:42:54 UTC (rev 315979) +++ php/php-src/trunk/tests/security/open_basedir_glob-win32.phpt 2011-09-01 12:43:12 UTC (rev 315980) @@ -1,59 +0,0 @@ ---TEST-- -Test open_basedir configuration ---SKIPIF-- -<?php -if (substr(PHP_OS, 0, 3) != 'WIN') { - die('skip Windows only variation'); -} -?> ---INI-- -open_basedir=. ---FILE-- -<?php -require_once "open_basedir.inc"; -test_open_basedir("glob"); -?> ---CLEAN-- -<?php -require_once "open_basedir.inc"; -delete_directories(); -?> ---EXPECTF-- -*** Testing open_basedir configuration [glob] *** -bool(true) -bool(true) -bool(true) -bool(true) -bool(true) -bool(false) -bool(false) -bool(false) -array(0) { -} -bool(false) -bool(false) -bool(false) -bool(false) -bool(false) -array(1) { - [0]=> - string(5) "../ok" -} -array(1) { - [0]=> - string(6) "ok.txt" -} -array(1) { - [0]=> - string(12) "../ok/ok.txt" -} -array(1) { - [0]=> - string(%d) "%s/test/ok/ok.txt" -} -array(1) { - [0]=> - string(%d) "%s/test/ok/../ok/ok.txt" -} -*** Finished testing open_basedir configuration [glob] *** -
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php