From: mccarthy36 at earthlink dot net Operating system: PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: session.save_path documentation is misleading
The Session documentation says: [ If session.save_path's path depth is more than 2, garbage collection will not be performed. ] Honestly I never understood why that would be the case, but it seems to not / no longer be the case. I'm on Linux / Apache 1.3.26 / PHP 4.3.0 with a session.save_path of home/username/data/sessions and garbage collection seems to be working normally. Sorry if I've misunderstood something, but this doesn't make sense to me. I hope that that section of the manual is just wrong / outdated, because that would be a big downer if true. If it is wrong, then obviously it would be helpful to have it corrected. Thanks -- Edit bug report at http://bugs.php.net/?id=22476&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22476&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22476&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22476&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22476&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22476&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22476&r=support Expected behavior: http://bugs.php.net/fix.php?id=22476&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22476&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22476&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22476&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22476&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22476&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22476&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22476&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
