From:             nagol at erratum dot net
Operating system: freebsd
PHP version:      5.0.1
PHP Bug Type:     Session related
Bug description:  UNIX Permission problem with any session opened

Description:
------------
Any session_start() produces a session file with 400 permission
(read-only) resulting in an error the next session_start():

This is a major bug...

I tested changing the session.save_path and chmoding again and again files
and directories with no success. This bug appeared just after a php update
(i mean sessions worked before)

Reproduce code:
---------------
session_start();

Expected result:
----------------
no error

Actual result:
--------------
errors

-- 
Edit bug report at http://bugs.php.net/?id=30245&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30245&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30245&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30245&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30245&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30245&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30245&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30245&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30245&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30245&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30245&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30245&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30245&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30245&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30245&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30245&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30245&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30245&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30245&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30245&r=mysqlcfg

Reply via email to