Hi everybody
I am new to PHP and today I installed PHP By using the instruction from
http://www.umesd.k12.or.us/php/win32install.html and
http://www.php.net/manual/en/install.windows.php

I did the following :

Downloaded Windows Binaries (PHP 4.2.2 zip package)
unzipped files to C:/php
copied php4_ts.dll to system32
Copied all the dll's from DLLs directory to system32
Copied php.ini_recommended to C:/windows and renamed to php.ini

Edited php.ini as follows :
extension_dir = C:\php\extensions
doc_root = C:\Inetpub\wwwroot
browscap = c:\windows\system32\inetsrv\browscap.ini

added .php extension and php4isapi.dll to IIS (Home directory ->
Configuration -> Add -> and so on ..)

My Problem :
Created first page with <? phpinfo(); ?> and it works.
Tried my other asp and aspx pages and they are also working but after few
pages it starts to work strangely :
Sometimes cannot find a page. After few refreshes it finds the page.
Sometimes just write the following code : -2147417842 (0x8001010e)
And after few more minutes it totally stops working. Cannot find server
which is on my local machine.

There was a warning in the instructions :
The SAPI modules have been significantly improved in the 4.1 release,
however, you may find that you encounter possible

server errors or other server modules such as ASP failing, in older systems.
If this is the cause, then what should I do to fix it ?

I am using WinXP with IIS 5.1
Can someone help, please

Thanks in advance
Raja




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to