php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2964 hash-depth directories do not work
Submitted: 1999-12-13 08:35 UTC Modified: 1999-12-13 11:05 UTC
From: gbonanse at tesetec dot com dot br Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Latest CVS (13/12/1999) OS: Linux 2.2.13
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gbonanse at tesetec dot com dot br
New email:
PHP Version: OS:

 

 [1999-12-13 08:35 UTC] gbonanse at tesetec dot com dot br
When enabling hash-depth directories the session file is created but cannot be read.

./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr --enable-track-vars --enable-magic-quotes --disable-debug --disable-libtool-lock --without-ndbm --disable-inline

[Session]
session.save_handler      = files   ; handler used to store/retrieve data
session.save_path         = 2:/sessions
session.use_cookies       = 1
session.name              = PHPSESSID
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
session.cache_expire      = 180


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-13 11:05 UTC] sas at cvs dot php dot net
Thanks for the report. It is fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 02:01:27 2024 UTC