php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33115 Windows Install Silent Option breaks OS environment path variable
Submitted: 2005-05-24 04:16 UTC Modified: 2005-12-20 12:09 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: john dot jantjes at gmail dot com Assigned: phildriscoll (profile)
Status: Closed Package: IIS related
PHP Version: 5.0.4, 4.3.11 OS: Windows XP
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: john dot jantjes at gmail dot com
New email:
PHP Version: OS:

 

 [2005-05-24 04:16 UTC] john dot jantjes at gmail dot com
Description:
------------
I have been using the windows installer, with the "/s" option for a silent install, and have found that it breaks the OS environment variable.

For example

Instread of path being

path=c:\windows;c:\windows\system32; .....

It becomes

path=%SystemRoot%;%SystemRoot%\system32;......

It set the path variable to reference another variable, which just does not seem to work.  Only the windows and windows system entries in path are effected.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-24 04:20 UTC] john dot jantjes at gmail dot com
If the installer is used normally, not silent, the issue does not appear.
 [2005-11-07 00:03 UTC] sniper@php.net
Phil, have you checked this report yet..?
 [2005-12-19 09:08 UTC] sniper@php.net
Does this happen with the latest release? (5.1.1)
 [2005-12-20 01:24 UTC] john dot jantjes at gmail dot com
No, 5.1 has resolved this issue.

This ticket can be closed.
 [2005-12-20 12:09 UTC] phildriscoll@php.net
The installer software did not change between versions, so 
I suspect that the original cause of the problem was 
something other than the installer - perhaps a screwed up 
environment being passed to the installer at startup. 
I'm not a windows user, but I wonder if this is a problem 
at all, since %SystemRoot% would most likely correctly 
resolve to c:\windows in any event. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 21:01:32 2024 UTC