Home > Archive > PHP Installation > May 2007 > installing php on WinXP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
installing php on WinXP
|
|
|
| Hi.
I have a similar problem as Steve installing PHP on WinXP. Can anybody help
me or post a link to a website with step-by-step instructions? Please read
his post below.
Thanks.
Emil.
"I have a W2K3 server on IIS 6.0. I tried the install for PHP windows
binary 5.2.1 Installer. It failed the first time. I ran the REPAIR. It
seemed to install ok.
It installed to the default directory c:\program files\php.
When I execute a php file downloaded from my textbook (test.php), I see a
number of dll errors.
For example:
mbstring.dll
oci.dll
aspell-is.dll
libcs.dll
db2cli.dll
isqlt09a.dll
core_rl_magick_.dll
iilibapi.dll
If you have any suggestions on how to install PHP on a w2k3 web server, I
would appreciate the assistance.
Thanks,
Steve Lazalde
System Administrator
Verizon Repair Resolution Center
Pomona, Ca.
909-469-4904 - Office
951-205-2158 - Cell
Cell TXT http://www.vtext.com/users/Steve.Lazalde
eMail: steve.lazalde@verizon.com "
| |
| Sady Marcos 2007-05-02, 7:00 pm |
| 1 - It unpacks the PHP in C:/PHP
2 - It enters in the IIS
3 - Enters in properties of your website
4 - In ISAPI filters add "C:\PHP\php5isapi.dll"
5 - In Base Directory => Configuration => Add:
- Exec: C:\PHP\php5isapi.dll
- Extension: .php
6 - Ok... Ok.. Ok...
7 - It creates the folders "C:\PHP\tempsession" and "C:\PHP\tempupload"
8 - It configures and it copies the archive php.ini for folder C:/WINDOWS
9 - Restart IIS
""EmilH"" <emilslx@yahoo.com> escreveu na mensagem
news:E4.F7.13072.24690364@pb1.pair.com...
> Hi.
> I have a similar problem as Steve installing PHP on WinXP. Can anybody
> help me or post a link to a website with step-by-step instructions? Please
> read his post below.
> Thanks.
> Emil.
>
> "I have a W2K3 server on IIS 6.0. I tried the install for PHP windows
> binary 5.2.1 Installer. It failed the first time. I ran the REPAIR. It
> seemed to install ok.
>
> It installed to the default directory c:\program files\php.
>
> When I execute a php file downloaded from my textbook (test.php), I see a
> number of dll errors.
>
> For example:
>
> mbstring.dll
> oci.dll
> aspell-is.dll
> libcs.dll
> db2cli.dll
> isqlt09a.dll
> core_rl_magick_.dll
> iilibapi.dll
>
> If you have any suggestions on how to install PHP on a w2k3 web server, I
> would appreciate the assistance.
>
> Thanks,
>
> Steve Lazalde
> System Administrator
> Verizon Repair Resolution Center
> Pomona, Ca.
> 909-469-4904 - Office
> 951-205-2158 - Cell
> Cell TXT http://www.vtext.com/users/Steve.Lazalde
> eMail: steve.lazalde@verizon.com "
| |
|
|
|
|
|