Re: PHP .msi installer nightmare
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Thu, 31 May 2007 07:55:42 -0400
gnupun@xxxxxxxxx wrote:
I recently reinstalled php 5.2.2 on vista using the .msi installer.
In the "Choose Items to Install" dialog shown by the installer, I
foolishly enabled:
PHP->Program->Script Executable->Register *.php files to
automatically open with PHP.
Now every time I type a URL that ends with .php in Firefox or IE, the
browser pops up a "Save or Run" dialog box instead rendering the
output in the browser window.
I've removed and reinstalled PHP several times, to no avail. Does
anybody know how to undo "Register *.php files to automatically open
with PHP"?
spyke
Less dangerous than editing the registry directly, from a command prompt type:
assoc .php=
(just press enter after the = sign). This removes the association with ..php files.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- References:
- PHP .msi installer nightmare
- From: gnupun
- PHP .msi installer nightmare
- Prev by Date: Re: Intense CPU strain....suggestions
- Next by Date: Re: OT : filtering the aioe spam
- Previous by thread: Re: PHP .msi installer nightmare
- Next by thread: Error in Apche
- Index(es):
Relevant Pages
|