pajoye                                   Tue, 13 Dec 2011 23:18:12 +0000

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

Log:
- tmp dir is system depedent

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug52624.phpt
    U   php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug52624.phpt
    U   php/php-src/trunk/ext/standard/tests/file/bug52624.phpt

Modified: php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug52624.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug52624.phpt  
2011-12-13 23:04:01 UTC (rev 320994)
+++ php/php-src/branches/PHP_5_3/ext/standard/tests/file/bug52624.phpt  
2011-12-13 23:18:12 UTC (rev 320995)
@@ -9,4 +9,4 @@

 ?>
 --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

Modified: php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug52624.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug52624.phpt  
2011-12-13 23:04:01 UTC (rev 320994)
+++ php/php-src/branches/PHP_5_4/ext/standard/tests/file/bug52624.phpt  
2011-12-13 23:18:12 UTC (rev 320995)
@@ -9,4 +9,4 @@

 ?>
 --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

Modified: php/php-src/trunk/ext/standard/tests/file/bug52624.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/bug52624.phpt     2011-12-13 
23:04:01 UTC (rev 320994)
+++ php/php-src/trunk/ext/standard/tests/file/bug52624.phpt     2011-12-13 
23:18:12 UTC (rev 320995)
@@ -9,4 +9,4 @@

 ?>
 --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

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

Reply via email to