Diff for /embedaddon/php/ext/session/tests/session_save_path_variation5.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:01 version 1.1.1.2, 2012/05/29 12:34:42
Line 6  if(substr(PHP_OS, 0, 3) == "WIN") Line 6  if(substr(PHP_OS, 0, 3) == "WIN")
         die("skip Not for Windows");          die("skip Not for Windows");
 ?>  ?>
 --INI--  --INI--
 open_basedir=.  
 session.save_handler=files  session.save_handler=files
 session.save_path=  session.save_path=
 session.name=PHPSESSID  session.name=PHPSESSID
   open_basedir=.
 --FILE--  --FILE--
 <?php  <?php
   
 ob_start();  ob_start();
   
 /*   /* 
  * Prototype : string session_save_path([string $path])   * Prototype : string session_save_path([string $path])
  * Description : Get and/or set the current session save path   * Description : Get and/or set the current session save path

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>