stas                                     Tue, 06 Sep 2011 05:20:51 +0000

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

Log:
fix test

Changed paths:
    U   
php/php-src/branches/PHP_5_4/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
    U   php/php-src/trunk/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt

Modified: 
php/php-src/branches/PHP_5_4/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
 2011-09-06 05:20:05 UTC (rev 316204)
+++ 
php/php-src/branches/PHP_5_4/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
 2011-09-06 05:20:51 UTC (rev 316205)
@@ -25,11 +25,10 @@
        }
 }
 ?>
---INI--
-open_basedir="."
 --FILE--
 <?php
 @include_once("connect.inc");
+ini_set("open_basedir", __DIR__);
 if (!isset($db)) {
        // run-tests, I love you for not allowing me to set ini settings 
dynamically
        print "[006] [1148] The used command is not allowed with this MySQL 
version

Modified: 
php/php-src/trunk/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
===================================================================
--- php/php-src/trunk/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt    
2011-09-06 05:20:05 UTC (rev 316204)
+++ php/php-src/trunk/ext/mysql/tests/mysql_query_load_data_openbasedir.phpt    
2011-09-06 05:20:51 UTC (rev 316205)
@@ -25,11 +25,10 @@
        }
 }
 ?>
---INI--
-open_basedir="."
 --FILE--
 <?php
 @include_once("connect.inc");
+ini_set("open_basedir", __DIR__);
 if (!isset($db)) {
        // run-tests, I love you for not allowing me to set ini settings 
dynamically
        print "[006] [1148] The used command is not allowed with this MySQL 
version

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to