On Fri, Oct 31, 2008 at 4:33 AM, michael glancy
<[EMAIL PROTECTED]> wrote:
> HI Daniel
>
> I installed Xampp last night but it still didnt have those extensions
> installed.
>
> was there something else I should have done ?
For the benefit of others now and in the future (through the
archives
phpinfo makes output itself...
>
> This will probably not work since you do not tell the function what to do
> with the returned value.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If what I wrote abowe doesnt work, then it is not a coding problem you have
at hand.
I don't know much about PWS but whereever you configure PWS try to find out
what kind of file extensions it knows and what actions it is set to take.
As in "what does PWS do when it incounters a *.asp file and what
This will probably not work since you do not tell the function what to do
with the returned value.
or
Should solve that problem.
/Aidal
"Keith Engelhardt" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have installed PHP (using the install wizard and files from
> http://www.p
I reccomend simply mapping (in the defaul app pool) the extensions .php,
.phtml, and .php3 to c:\php\php.exe "%s" %s and checking script
engine.
"Ray Hatch" <[EMAIL PROTECTED]> wrote in message
news:29A9DACE4529B14CBC0599701171D7AF26A4FD@;pdc.altsys.net...
> I am going crazy trying to get PHP load
MAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, January 31, 2002 11:51 PM
Subject: RE: [PHP-WIN] RE: PHP INSTALL FILES
> Hmmm ok, I'll have a think about this one and get back to you I could
still
> do with some clarification however:
>
> Explain exactly what the probl
issions.
Ollie
-Original Message-
From: Josh Seward [mailto:[EMAIL PROTECTED]]
Sent: 01 February 2002 10:27
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] RE: PHP INSTALL FILES
I have set promissions for every dir and file I am aware of. I have setup
php successfully on my win2000 machine
Could be then that the scripts need their permission's changing (as you
created the scripts you own the scripts) right click on them in explorer and
choose properties, then have a look at the permissions tab, you are going to
want to give everyone access to execute them I believe.
Alternatively i
Not 100% sure what you mean! It could be that IIS is configured to use
Integrated Security (i.e. server / domain usernames and passwords are
required to gain access) if this is the case then go into IIS MMC and change
the options for the web site (eg allow anonymous access)
Hope that helps - if