php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10892 error on PHP.INI distributed for win32
Submitted: 2001-05-16 03:30 UTC Modified: 2001-05-22 21:19 UTC
From: alex dot tuveri at cc dot uniud dot it Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.5 OS: win32
Private report: No CVE-ID: None
 [2001-05-16 03:30 UTC] alex dot tuveri at cc dot uniud dot it
Dears,
the file PHP.INI distributed with foxserv or within the php405 work correctly but Just i installed a PHP program for ecommerce (i.e. theexchangeproject.org; note I tried others with the same result), several errors occurs.

I discovered that there is a little "bug" in:

[Session]
session.use_trans_sid=1
session.save_handler      = files   ; handler used to store/retrieve data
session.save_path         = /Temp    ; argument passed to save_handler

infact the variable session.save_path is "bad defined".
There are not any notes about the win versio. Infact substituiting /Temp with c:/php/temp all work fine.

Thank you for you attention,

ALEX TUVERI

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-22 21:19 UTC] sbergmann@php.net
Fixed in CVS.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 14:01:30 2024 UTC