From: [EMAIL PROTECTED] Operating system: Freebsd 4 PHP version: 4.2.0 PHP Bug Type: Session related Bug description: Only 10 file can create in /tmp and then I get an error message
I use session_start() function at begin of my php script. The first 10 time is work, but then I get an error message: Warning: open(/tmp/sess_fc24648f021fd4cd907f51441266ca4b, O_RDWR) failed: m (28) in ... /tmp/ directory have 0777 rights. here is my script: <? require "system/conf.php3"; require "system/utils.php3"; connect(); session_start(); -- Edit bug report at http://bugs.php.net/?id=19745&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19745&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19745&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19745&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19745&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19745&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19745&r=support Expected behavior: http://bugs.php.net/fix.php?id=19745&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19745&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19745&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19745&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19745&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19745&r=dst
