From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.2.3 PHP Bug Type: Session related Bug description: ps_files_cleanup_dir
I a simple script i got the following error notice. Notice: ps_files_cleanup_dir: opendir(F:\php\sessions) failed: Invalid argument (22) in ... on line 11 On line eleven in this script only a session_start() is called. The permissions are set correctly, because the script is able to write, edit and delete the session files with the filesystem functions. I asked in the german php newsgroup and they told me, that this could be a bug. Systeminformation: ------------------ PHP-Version : 4.2.3 Operatingsystem : Windows 2000 Advanced Server WebServer : IIS 5.0 Sessionsettings: ------------------ session.save_handler = files session.save_path = F:\php\sessions session.use_cookies = 1 session.name = sid session.auto_start = 0 session.cookie_lifetime = 0 session.cookie_path = / session.cookie_domain = session.serialize_handler = php session.gc_probability = 1 session.gc_maxlifetime = 1440 session.referer_check = session.entropy_length = 0 session.entropy_file = session.cache_limiter = nocache -- Edit bug report at http://bugs.php.net/?id=20720&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20720&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20720&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20720&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20720&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20720&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20720&r=support Expected behavior: http://bugs.php.net/fix.php?id=20720&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20720&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20720&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20720&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20720&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20720&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20720&r=isapi
