Diff for /embedaddon/php/tests/security/open_basedir_001.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:06 version 1.1.1.2, 2013/07/22 01:32:14
Line 5  openbase_dir runtime tightning Line 5  openbase_dir runtime tightning
 if (substr(PHP_OS, 0, 3) == 'WIN') {  if (substr(PHP_OS, 0, 3) == 'WIN') {
         die('skip.. only for unix');          die('skip.. only for unix');
 }  }
   if (!is_dir("/usr/local/bin")) {
           die('skip.. no /usr/local/bin on this machine');
   }
 --INI--  --INI--
 open_basedir=/usr/local  open_basedir=/usr/local
 --FILE--  --FILE--

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


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