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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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 00:01:27 2024 UTC