php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #9962 php.ini-dist is setup for unix.
Submitted: 2001-03-23 17:02 UTC Modified: 2002-04-04 05:51 UTC
From: sean dot m dot alderman at grc dot nasa dot gov Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: Windows NT
Private report: No CVE-ID: None
 [2001-03-23 17:02 UTC] sean dot m dot alderman at grc dot nasa dot gov
Just noticed that all of the paths in the [session] section of the php.ini-dist file are set to unix paths.  I downloaded the Win32 binary distribution and couldn't get anything using a session_start() working because of these file paths for the session.cookie_domain and session.save_path are set to unix path names.  This might be nit picky, but shouldn't a binary Win32 distribution be configured to run with Windows path names?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-26 04:40 UTC] sniper@php.net
Note: The session.cookie_path is a URL path not a filesystem path.

Reclassified as feature/change request.

--Jani


 [2002-04-04 05:51 UTC] tal@php.net
there are examples for paths in php.ini-dist.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 17:01:33 2024 UTC