shein                                    Thu, 09 Jun 2011 08:24:12 +0000

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

Log:
Changed session.save_path to /tmp to make test run.

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/session/tests/bug32330.phpt
    U   php/php-src/branches/PHP_5_4/ext/session/tests/bug32330.phpt
    U   php/php-src/trunk/ext/session/tests/bug32330.phpt

Modified: php/php-src/branches/PHP_5_3/ext/session/tests/bug32330.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/session/tests/bug32330.phpt        
2011-06-09 08:21:28 UTC (rev 311964)
+++ php/php-src/branches/PHP_5_3/ext/session/tests/bug32330.phpt        
2011-06-09 08:24:12 UTC (rev 311965)
@@ -6,7 +6,7 @@
 session.use_trans_sid=0
 session.use_cookies=1
 session.name=sid
-session.save_path=/
+session.save_path=/tmp
 session.gc_probability=1
 session.gc_divisor=1
 --FILE--
@@ -68,17 +68,17 @@

 ?>
 --EXPECTF--
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = A|s:1:"B";
 close
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 destroy: id = %s
 close
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = E|s:1:"F";

Modified: php/php-src/branches/PHP_5_4/ext/session/tests/bug32330.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/session/tests/bug32330.phpt        
2011-06-09 08:21:28 UTC (rev 311964)
+++ php/php-src/branches/PHP_5_4/ext/session/tests/bug32330.phpt        
2011-06-09 08:24:12 UTC (rev 311965)
@@ -6,7 +6,7 @@
 session.use_trans_sid=0
 session.use_cookies=1
 session.name=sid
-session.save_path=/
+session.save_path=/tmp
 session.gc_probability=1
 session.gc_divisor=1
 --FILE--
@@ -68,17 +68,17 @@

 ?>
 --EXPECTF--
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = A|s:1:"B";
 close
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 destroy: id = %s
 close
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = E|s:1:"F";

Modified: php/php-src/trunk/ext/session/tests/bug32330.phpt
===================================================================
--- php/php-src/trunk/ext/session/tests/bug32330.phpt   2011-06-09 08:21:28 UTC 
(rev 311964)
+++ php/php-src/trunk/ext/session/tests/bug32330.phpt   2011-06-09 08:24:12 UTC 
(rev 311965)
@@ -6,7 +6,7 @@
 session.use_trans_sid=0
 session.use_cookies=1
 session.name=sid
-session.save_path=/
+session.save_path=/tmp
 session.gc_probability=1
 session.gc_divisor=1
 --FILE--
@@ -68,17 +68,17 @@

 ?>
 --EXPECTF--
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = A|s:1:"B";
 close
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 destroy: id = %s
 close
-open: path = /, name = sid
+open: path = /tmp, name = sid
 read: id = %s
 gc: maxlifetime = %d
 write: id = %s, data = E|s:1:"F";

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

Reply via email to