Ask a Question related to PHP Development, Design and Development.
-
M #1
Installing PHP5 on Windows
Hi Folks,
PHP version 4 works fine but I am having problems Installing PHP5 on Windows
XP Pro using IIS v5.1 hope you might be able to help?
I have downloaded PHP5 winzip file.
Renamed C:\Program Files\Php -> C:\Program Files\Php v4
Created new directory called:
C:\Program Files\Php
Extracted contents of the zip into it.
Copied C:\Program Files\Php v4\extensions directory to C:\Program
Files\Php\extensions all this has got in it is the debug dll for version 4 &
version 5
If I run php.exe -i from the command line ALL is well.
When I try to load a php page from my PC (localhost) firstly it winges it
can't find .\extensions\php_dbg.dll-5.0.0RC2 when I can clearly see that is
there full path is:
C:\Program Files\Php\extensions\php_dbg.dll-5.0.0RC2
then the following error turns up on the web page:
CGI Timeout
The specified CGI application exceeded the allowed time for processing. The
server has deleted the process.
I would be most gratefull for any help!
Regards,
Martin
M Guest
-
Installing PHP5 on CF Server
Hi, I am using the Coldfusion server as a webserver (e.g. without IIS/PWS/Apache) on my local machine and would like to install PHP5 to the PC. ... -
php5 on windows
I have had several problems... I will be glad of anything anyone can offer. I am running a personal server with windows 2000 server as the o/s...... -
Installing windows from a USB HD
Is it possible to copy the windows CD to a USB HD and then install from here to the computers internal HD. The reason for doing so is i would... -
installing php5
Hi, I'm trying to install php5 beta, the configure functions well, but during the make I've the following error: ext/mysqli/mysqli_api.lo: In... -
installing and running apache 2.0.46 / php5.0.0b1 / Suse Linux 8.2
I did the following as instructed in the docs. (see below) everything seemed to install ok and I started apache with no complaints, but, 1)I do... -
root@seraphim.jspazi.com #2
Re: Installing PHP5 on Windows
What windows OS?
Are you running IIS or Apache?
Why are you running CGI rather than ISAPI?
-J
root@seraphim.jspazi.com Guest
-
eclipsboi #3
Re: Installing PHP5 on Windows
Are you using the old dl functions for loading the modules in PHP5, or
the new ones? Also, is your extension_dir path set to C:\Program
Files\Php\extensions\php_dbg.dll-5.0.0RC2, or is it pointing to the
old v4 extensions? I would think that they would be incompatible with
this new version of PHP.
On Thu, 15 Jul 2004 19:03:34 GMT, "M"
<ihatespam.0.a101888@spamgourmet.com> wrote:
>Hi Folks,
>
>PHP version 4 works fine but I am having problems Installing PHP5 on Windows
>XP Pro using IIS v5.1 hope you might be able to help?
>
>I have downloaded PHP5 winzip file.
>Renamed C:\Program Files\Php -> C:\Program Files\Php v4
>Created new directory called:
>C:\Program Files\Php
>Extracted contents of the zip into it.
>Copied C:\Program Files\Php v4\extensions directory to C:\Program
>Files\Php\extensions all this has got in it is the debug dll for version 4 &
>version 5
>
>If I run php.exe -i from the command line ALL is well.
>
>When I try to load a php page from my PC (localhost) firstly it winges it
>can't find .\extensions\php_dbg.dll-5.0.0RC2 when I can clearly see that is
>there full path is:
>C:\Program Files\Php\extensions\php_dbg.dll-5.0.0RC2
>
>then the following error turns up on the web page:
>
>CGI Timeout
>The specified CGI application exceeded the allowed time for processing. The
>server has deleted the process.
>
>I would be most gratefull for any help!
>
>Regards,
>
>Martin
>eclipsboi Guest
-
M #4
Re: Installing PHP5 on Windows
In answer to: [email]root@seraphim.jspazi.com[/email]
OS is Windows XP Pro
IIS is v5.1
---------------------------------
Hi eclipsboi,
I have modified the extension_dir path set to C:\Program
Files\Php\extensions which seems to have stopped it winging about
php_dbg.dll-5.0.0RC2.
My Enviroment Path is:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy stem32\Wbem;C:\Program
Files\Php
So the system should have NO knowledge of Php 4 as I have renamed the
original Php 4 installation from:
C:\Program Files\Php to C:\Program Files\Php v4
Php version 5 is now in C:\Program Files\Php and IIS is using C:\Program
Files\Php\Php.exe
All the Php dll's are also in C:\Program Files\Php
As I said when you run version 5 from the command line with php.exe -i you
get the expected output.
C:\Inetpub\wwwroot\Php\v5Test.php has got the following script: <?php
phpinfo();?> which should give the same output as when you run Php.exe from
the command line.
May be there is something wrong with my Php.ini file, the question is
what????
It would be nice to know what the file permissions are but the security tab
does not appear, but I don't think that is the issue?
Regards,
Martin
"eclipsboi" <eclipsboi@hotmail.com> wrote in message
news:8cpdf0thl8plr3esbvgodfha5icq2ripma@4ax.com...Windows> Are you using the old dl functions for loading the modules in PHP5, or
> the new ones? Also, is your extension_dir path set to C:\Program
> Files\Php\extensions\php_dbg.dll-5.0.0RC2, or is it pointing to the
> old v4 extensions? I would think that they would be incompatible with
> this new version of PHP.
>
> On Thu, 15 Jul 2004 19:03:34 GMT, "M"
> <ihatespam.0.a101888@spamgourmet.com> wrote:
>> >Hi Folks,
> >
> >PHP version 4 works fine but I am having problems Installing PHP5 on4 &> >XP Pro using IIS v5.1 hope you might be able to help?
> >
> >I have downloaded PHP5 winzip file.
> >Renamed C:\Program Files\Php -> C:\Program Files\Php v4
> >Created new directory called:
> >C:\Program Files\Php
> >Extracted contents of the zip into it.
> >Copied C:\Program Files\Php v4\extensions directory to C:\Program
> >Files\Php\extensions all this has got in it is the debug dll for versionis> >version 5
> >
> >If I run php.exe -i from the command line ALL is well.
> >
> >When I try to load a php page from my PC (localhost) firstly it winges it
> >can't find .\extensions\php_dbg.dll-5.0.0RC2 when I can clearly see thatThe> >there full path is:
> >C:\Program Files\Php\extensions\php_dbg.dll-5.0.0RC2
> >
> >then the following error turns up on the web page:
> >
> >CGI Timeout
> >The specified CGI application exceeded the allowed time for processing.>> >server has deleted the process.
> >
> >I would be most gratefull for any help!
> >
> >Regards,
> >
> >Martin
> >
M Guest
-
ChadBl #5
Re: Installing PHP5 on Windows
I had a similar issue with version 4.3.7. It was being caused by PHP not
being able to parse DOS names. For instance:
Windows name: c:\program files\
DOS name: c:\progra~1\
Look through your php.ini and replace the DOS name with the Windows name.
Hope it helps.
"M" <ihatespam.0.a101888@spamgourmet.com> wrote in message
news:ayAJc.17196$q8.2060@fe1.news.blueyonder.co.uk ...Windows> Hi Folks,
>
> PHP version 4 works fine but I am having problems Installing PHP5 on&> XP Pro using IIS v5.1 hope you might be able to help?
>
> I have downloaded PHP5 winzip file.
> Renamed C:\Program Files\Php -> C:\Program Files\Php v4
> Created new directory called:
> C:\Program Files\Php
> Extracted contents of the zip into it.
> Copied C:\Program Files\Php v4\extensions directory to C:\Program
> Files\Php\extensions all this has got in it is the debug dll for version 4is> version 5
>
> If I run php.exe -i from the command line ALL is well.
>
> When I try to load a php page from my PC (localhost) firstly it winges it
> can't find .\extensions\php_dbg.dll-5.0.0RC2 when I can clearly see thatThe> there full path is:
> C:\Program Files\Php\extensions\php_dbg.dll-5.0.0RC2
>
> then the following error turns up on the web page:
>
> CGI Timeout
> The specified CGI application exceeded the allowed time for processing.> server has deleted the process.
>
> I would be most gratefull for any help!
>
> Regards,
>
> Martin
>
>
ChadBl Guest



Reply With Quote

