Commit:    680685127fc60fb1891effb7afb33639aa231502
Author:    Anatoliy Belsky <a...@php.net>         Mon, 30 Apr 2012 12:06:28 
+0200
Parents:   8249581a2df0c2546721f6a55e58ba9d5e72653b
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=680685127fc60fb1891effb7afb33639aa231502

Log:
Fix bug 61870 ext\session\tests\bug42596.phpt fails

Bugs:
https://bugs.php.net/61870
https://bugs.php.net/42596

Changed paths:
  M  ext/session/tests/bug42596.phpt


Diff:
diff --git a/ext/session/tests/bug42596.phpt b/ext/session/tests/bug42596.phpt
index fd9a602..3d11607 100644
--- a/ext/session/tests/bug42596.phpt
+++ b/ext/session/tests/bug42596.phpt
@@ -1,7 +1,10 @@
 --TEST--
 Bug #42596 (session.save_path MODE option will not set "write" bit for group 
or world)
 --SKIPIF--
-<?php include('skipif.inc'); ?>
+<?php
+       if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows");
+       include('skipif.inc');
+?>
 --INI--
 session.use_cookies=0
 session.cache_limiter=


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

Reply via email to