php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63720 Wincache sometimes fail to initialize session if basic auth enabled
Submitted: 2012-12-07 14:01 UTC Modified: 2017-06-05 20:15 UTC
Votes:8
Avg. Score:4.5 ± 0.7
Reproduced:8 of 8 (100.0%)
Same Version:3 (37.5%)
Same OS:5 (62.5%)
From: info at atifans dot net Assigned: ericsten (profile)
Status: Closed Package: WinCache (PECL)
PHP Version: 5.4.9 OS: Windows Server 2008 R2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 + 19 = ?
Subscribe to this entry?
Further comment on this bug is unnecessary.
 
 [2012-12-07 14:01 UTC] info at atifans dot net
Description:
------------
The environment is PHP official-compiled VC9 5.4.9 NTS running on IIS 7.5 using 
FastCGI, and Wincache 1.3.4.1 is selected to be the session handler.
When access PHPMyAdmin with IIS basic authentication enabled, wincache will 
sometimes fail to initialize the session after logged in PMA.

Test script:
---------------
phpMyAdmin\libraries\session.inc.php 

Expected result:
----------------
HTTP 200 OK

Actual result:
--------------
HTTP 500 with the following logged error message.
session_start(): Failed to initialize storage module: wincache

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-02-20 16:28 UTC] ericsten@php.net
-Assigned To: +Assigned To: ericsten
 [2017-06-05 20:15 UTC] ericsten@php.net
-Status: Assigned +Status: Closed -Block user comment: No +Block user comment: Yes
 [2017-06-05 20:15 UTC] ericsten@php.net
Unable to reproduce on current builds.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC