From: Hannes Magnusson Date: Mon, 6 Apr 2009 12:11:32 +0000 (+0000) Subject: Add a test for bug#42596 so people wont try bogusly fixing it again X-Git-Tag: php-5.4.0alpha1~191^2~3971 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b00c4459dbcda5c918eb2a8ed39793a1ad5d860;p=php Add a test for bug#42596 so people wont try bogusly fixing it again --- diff --git a/ext/session/tests/bug42596.phpt b/ext/session/tests/bug42596.phpt new file mode 100644 index 0000000000..35d5381857 --- /dev/null +++ b/ext/session/tests/bug42596.phpt @@ -0,0 +1,32 @@ +--TEST-- +Bug #42596 (session.save_path MODE option will not set "write" bit for group or world) +--SKIPIF-- + +--INI-- +session.use_cookies=0 +session.cache_limiter= +session.use_trans_sid=1 +arg_separator.output="&" +session.name=PHPSESSID +session.serialize_handler=php +session.save_handler=files +--FILE-- +