Gossamer Forum
Home : General : Internet Technologies :

Installing PHP 4.21 on winXP PRO

Quote Reply
Installing PHP 4.21 on winXP PRO
Nayone have any idea how to install PHP on winxp pro, i tried the windows installer version, but however php still seem to not able to parse my php files!
Quote Reply
Re: [xpert] Installing PHP 4.21 on winXP PRO In reply to
I tried it and it works fine for me. Do you have Apache configured correctly to parse PHP files?

Regards,
Charlie
Quote Reply
Re: [Piper] Installing PHP 4.21 on winXP PRO In reply to
Do i need to install apache server? I thought that it is not necessary!
Quote Reply
Re: [xpert] Installing PHP 4.21 on winXP PRO In reply to
I tried to install apache for win32, and in the setup it ask me for network domain and domain, should i put localhost or my internet ip if no domain is registered?
Quote Reply
Re: [Piper] Installing PHP 4.21 on winXP PRO In reply to
When php 4 is install, it gave me the notice that some the IUSR_machine need write acess to uploadtemp and session dir and execute acess for php.exe and php4.tsdll

Where do i set the permissions?
Quote Reply
Re: [Piper] Installing PHP 4.21 on winXP PRO In reply to
I have apache installed successfully, but when tryign to load php into module, i added lines to httpd.conf, i tried to start apache again, n it fails to start!

LoadModule php4_module d:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
Quote Reply
Re: [xpert] Installing PHP 4.21 on winXP PRO In reply to
Check your error logs and see what is causing the problem. Post the errors here too. It's been a while since I installed it but I remember that it installed very easy. I just had to make the changes to the httpd.conf file. You can also try restarting apache from a command line to see the errors.

Regards,
Charlie
Quote Reply
Re: [Piper] Installing PHP 4.21 on winXP PRO In reply to
[Mon Jul 01 02:02:25 2002] [warn] (995)Unknown error: winnt_accept: Asynchronous AcceptEx failed.
Quote Reply
Re: [xpert] Installing PHP 4.21 on winXP PRO In reply to
What versions of php/apache are you installing/have installed?
Quote Reply
Re: [Paul] Installing PHP 4.21 on winXP PRO In reply to
apache 2.039 and php 4.21
Quote Reply
Re: [xpert] Installing PHP 4.21 on winXP PRO In reply to
Try an older version of Apache. Take a look at this thread I found on another forum: http://www.webhostingtalk.com/...light=Apache+AND+PHP

Regards,
Charlie
Quote Reply
Re: [xpert] Installing PHP 4.21 on winXP PRO In reply to
i am able to get php to work with an older version of apache, but is ther anyway to get parse php files from windows,a nd not thru my apache server, because it's more time saving when u can double click a php file and execute it instead of running from ur localhost apache!
Quote Reply
Re: [xpert] Installing PHP 4.21 on winXP PRO In reply to
Have you tried searching though the docs at www.php.net yet? I've always run mine through Apache so I can't really help you much on this one. Good luck.

Regards,
Charlie