php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50796 missing ini settings on server009 test
Submitted: 2010-01-19 00:51 UTC Modified: 2010-01-20 13:06 UTC
From: atomo64 at gmail dot com Assigned:
Status: Closed Package: SOAP related
PHP Version: 5.3.1 OS:
Private report: No CVE-ID: None
 [2010-01-19 00:51 UTC] atomo64 at gmail dot com
Description:
------------
The test relies on the session system to be working but doesn't provide the necessary ini settings:

session.auto_start=1
session.save_handler=files
session.save_path=temp_session_store

(or another local and temporary save_path)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-20 13:06 UTC] iliaa@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 02:01:29 2024 UTC