php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32534 storage module type is not reflected by messages
Submitted: 2005-04-01 16:11 UTC Modified: 2005-04-10 01:00 UTC
From: mancini at nextcode dot org Assigned:
Status: No Feedback Package: PHP options/info functions
PHP Version: 4.3.11 OS: windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mancini at nextcode dot org
New email:
PHP Version: OS:

 

 [2005-04-01 16:11 UTC] mancini at nextcode dot org
Description:
------------
When i set "session.save_handler = user" in php.ini and change the temp path to force a error , i get 
"PHP Fatal error: Failed to initialize storage module: user (path:"

This is fine but when i set "session.save_handler = files" i get the exact error.

I believe i should get "PHP Fatal error: Failed to initialize storage module: files (path:"

Reproduce code:
---------------
session_start();

Expected result:
----------------
PHP Fatal error: Failed to initialize storage module: files (path:

Actual result:
--------------
PHP Fatal error: Failed to initialize storage module: user (path:

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-02 14:37 UTC] sniper@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2005-04-10 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC